summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/variables/_show.html.haml')
-rw-r--r--app/views/ci/variables/_show.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/ci/variables/_show.html.haml b/app/views/ci/variables/_show.html.haml
new file mode 100644
index 00000000000..2bfb290629d
--- /dev/null
+++ b/app/views/ci/variables/_show.html.haml
@@ -0,0 +1,9 @@
+- page_title "Variables"
+
+.row.prepend-top-default.append-bottom-default
+ .col-lg-3
+ = render "ci/variables/content"
+ .col-lg-9
+ %h5.prepend-top-0
+ Update variable
+ = render "ci/variables/form", btn_text: "Save variable"