Updating header dropdowns to actually link to builds.
This commit is contained in:
parent
598ee706ae
commit
8a1824830b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<li>
|
||||
<a href="#">
|
||||
<a href="<?php print PHPCI_URL; ?>build/view/<?php print $build->getId(); ?>">
|
||||
<?php if ($build->getCommitterEmail()): ?>
|
||||
<div class="pull-left">
|
||||
<img src="https://www.gravatar.com/avatar/<?php print md5($build->getCommitterEmail()); ?>?d=mm&s=40" class="img-circle" alt="">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue