Make build page use PHPCI_URL for project link, fixes #378

This commit is contained in:
Dan Cryer 2014-05-01 13:47:38 +01:00
parent 146470f39d
commit 31ee6522c1

View file

@ -3,7 +3,7 @@
<div class="panel-heading">
<h1 class="panel-title">
<a href="/project/view/<?php print $build->getProjectId(); ?>">
<a href="<?php print PHPCI_URL; ?>project/view/<?php print $build->getProjectId(); ?>">
<?php print $build->getProject()->getTitle(); ?></a>
<span>#<?php print $build->getId(); ?></span>