Added branch to the dashboard timeline

This commit is contained in:
Dmitry Khomutov 2017-02-09 19:59:43 +07:00
parent 13d8c6d3bf
commit 0e468e9a6a
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@
<h3 class="timeline-header">
<a href="<?php print APP_URL; ?>project/view/<?php print $build->getProjectId(); ?>">
<?php print $build->getProject()->getTitle(); ?>
</a>
</a> (<?= $build->getProject()->getBranch(); ?>)
-
<a href="<?php print APP_URL; ?>build/view/<?php print $build->getId(); ?>">
Build #<?php print $build->getId(); ?>

View file

@ -78,7 +78,7 @@
<h3 class="timeline-header">
<a href="<?php print APP_URL; ?>project/view/<?php print $build->getProjectId(); ?>">
<?php print $build->getProject()->getTitle(); ?>
</a>
</a> (<?= $build->getProject()->getBranch(); ?>)
-
<a href="<?php print APP_URL; ?>build/view/<?php print $build->getId(); ?>">
Build #<?php print $build->getId(); ?>