summaryrefslogtreecommitdiff
path: root/app/views/projects/variables/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/variables/_index.html.haml')
-rw-r--r--app/views/projects/variables/_index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/variables/_index.html.haml b/app/views/projects/variables/_index.html.haml
index 1b852a9c5b3..5e6786f6698 100644
--- a/app/views/projects/variables/_index.html.haml
+++ b/app/views/projects/variables/_index.html.haml
@@ -1,7 +1,7 @@
.row.prepend-top-default.append-bottom-default
- .col-lg-3
+ .col-lg-4
= render "projects/variables/content"
- .col-lg-9
+ .col-lg-8
%h5.prepend-top-0
Add a variable
= render "projects/variables/form", btn_text: "Add new variable"