gitlab-org--gitlab-foss/app/views/projects/variables/show.html.haml
2016-05-16 10:21:51 +01:00

9 lines
211 B
Text

- 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"