+
+ getCommitMessage()): ?>
+
+ getCommitMessage(); ?>
+
+
-
- getCommitMessage()): ?>
-
- getCommitMessage(); ?>
+ Branch: getBranch(); ?>
+ Committer: getCommitterEmail(); ?>
+
+ getCommitId() != 'Manual'): ?>
+
Commit ID: getCommitId(); ?>
+
-
-
-
Branch: getBranch(); ?>
-
Committer: getCommitterEmail(); ?>
-
- getCommitId() != 'Manual'): ?>
-
Commit ID: getCommitId(); ?>
-
@@ -104,14 +103,14 @@ foreach ($plugins as $plugin) {
break;
}
- $('#title')
+ $('.build-info-panel')
.removeClass('panel-info')
.removeClass('panel-warning')
.removeClass('panel-success')
.removeClass('panel-danger')
.addClass('panel-' + statusClass);
- $('#title .label')
+ $('.build-info-panel .label')
.removeClass('label-info')
.removeClass('label-warning')
.removeClass('label-success')
diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml
index 9c1b3aea..da67e087 100644
--- a/PHPCI/View/BuildsTable.phtml
+++ b/PHPCI/View/BuildsTable.phtml
@@ -79,9 +79,9 @@ switch($build->getStatus())
- View
+ View
User()->getIsAdmin()): ?>
- |