diff --git a/PHPCI/View/Build/view.phtml b/PHPCI/View/Build/view.phtml index 52d4db80..567df543 100644 --- a/PHPCI/View/Build/view.phtml +++ b/PHPCI/View/Build/view.phtml @@ -1,48 +1,47 @@ -
+

- getProject()->getTitle(); ?> + + getProject()->getTitle(); ?> #getId(); ?>

+
+
+ getCommitMessage()): ?> +
+ getCommitMessage(); ?> +
+ -
- getCommitMessage()): ?> -
- getCommitMessage(); ?> + Branch: getBranch(); ?>
+ Committer: getCommitterEmail(); ?> + + getCommitId() != 'Manual'): ?> +
Commit ID: getCommitId(); ?>
+
- - - Branch: getBranch(); ?>
- Committer: getCommitterEmail(); ?> - - getCommitId() != 'Manual'): ?> -
Commit ID: getCommitId(); ?>
-
- - - -
Options
- - +
+
+

Options

+
+ +
@@ -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()): ?> -