summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines_settings/_show.html.haml
diff options
context:
space:
mode:
authorKamil TrzciƄski <ayufan@ayufan.eu>2017-09-06 15:38:13 +0000
committerPhil Hughes <me@iamphill.com>2017-09-06 15:38:13 +0000
commitcbd173a85d3327ace12d638388407aec277d226a (patch)
tree8606af72f8e6fe957fc03e7f1869cd92dd3a6704 /app/views/projects/pipelines_settings/_show.html.haml
parent58e367fda0ea8301cab912f7b8ed0b79b24f410e (diff)
downloadgitlab-ce-cbd173a85d3327ace12d638388407aec277d226a.tar.gz
Add collapsable sections for Pipeline Settings
Diffstat (limited to 'app/views/projects/pipelines_settings/_show.html.haml')
-rw-r--r--app/views/projects/pipelines_settings/_show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml
index d407e187df0..8bf76b646f7 100644
--- a/app/views/projects/pipelines_settings/_show.html.haml
+++ b/app/views/projects/pipelines_settings/_show.html.haml
@@ -1,8 +1,5 @@
.row.prepend-top-default
- .col-lg-4.profile-settings-sidebar
- %h4.prepend-top-0
- Pipelines
- .col-lg-8
+ .col-lg-12
= form_for @project, url: project_pipelines_settings_path(@project) do |f|
%fieldset.builds-feature
- unless @repository.gitlab_ci_yml