Merge pull request #1 from Block8/master

Make build page use PHPCI_URL for project link, fixes #378
This commit is contained in:
yourilima 2014-05-01 15:15:45 +02:00
commit 0bbce4cd92

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>