From deeaa726e9f45c384579566154947ee400dbf1ce Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 1 May 2014 19:00:46 +0200 Subject: [PATCH] Fix broken project view layout Layout was broken for projects, that are not 'github', 'gitlab' or 'bitbucket' due to misplaced `endif;` --- PHPCI/View/Project/view.phtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml index c3aa629c..115839a7 100644 --- a/PHPCI/View/Project/view.phtml +++ b/PHPCI/View/Project/view.phtml @@ -1,4 +1,3 @@ -

getTitle()); ?>

@@ -19,7 +18,7 @@ - getType(), array('github', 'gitlab','bitbucket'))): ?> + getType(), array('github', 'gitlab', 'bitbucket'))): ?>

Webhooks

@@ -27,7 +26,6 @@
To automatically build this project when new commits are pushed, add the URL below - getType()) @@ -50,6 +48,7 @@ ?>
+ getPublicKey()): ?>