Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil TrzciƄski <ayufan@ayufan.eu>2017-09-06 18:38:13 +0300
committerPhil Hughes <me@iamphill.com>2017-09-06 18:38:13 +0300
commitcbd173a85d3327ace12d638388407aec277d226a (patch)
tree8606af72f8e6fe957fc03e7f1869cd92dd3a6704 /app/views/ci/variables/_index.html.haml
parent58e367fda0ea8301cab912f7b8ed0b79b24f410e (diff)
Add collapsable sections for Pipeline Settings
Diffstat (limited to 'app/views/ci/variables/_index.html.haml')
-rw-r--r--app/views/ci/variables/_index.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/ci/variables/_index.html.haml b/app/views/ci/variables/_index.html.haml
index 007c2344b5a..2bac69bc536 100644
--- a/app/views/ci/variables/_index.html.haml
+++ b/app/views/ci/variables/_index.html.haml
@@ -1,7 +1,5 @@
.row.prepend-top-default.append-bottom-default
- .col-lg-4
- = render "ci/variables/content"
- .col-lg-8
+ .col-lg-12
%h5.prepend-top-0
Add a variable
= render "ci/variables/form", btn_text: "Add new variable"