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