From af22da6a1c644226a45af8107cb5f3774ea886ec Mon Sep 17 00:00:00 2001 From: Corpsee Date: Wed, 12 Mar 2014 22:22:57 +0700 Subject: [PATCH] Fixed CommitId link --- PHPCI/View/BuildsTable.phtml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml index a9351353..9c1b3aea 100644 --- a/PHPCI/View/BuildsTable.phtml +++ b/PHPCI/View/BuildsTable.phtml @@ -46,7 +46,19 @@ switch($build->getStatus()) print ' - '; } ?> - getCommitId(); ?> + + + getCommitId() !== 'Manual') { + print ''; + } + print $build->getCommitId(); + if ($build->getCommitId() !== 'Manual') { + print ''; + } + ?> + + getBranch(); ?>