Skip to content

Commit

Permalink
Merge pull request dancryer#1 from Block8/master
Browse files Browse the repository at this point in the history
Make build page use PHPCI_URL for project link, fixes dancryer#378
  • Loading branch information
yourilima committed May 1, 2014
2 parents 81eff5e + e45ffb7 commit 0bbce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPCI/View/Build/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 0bbce4c

Please sign in to comment.