debian-mirror-gitlab/app/views/projects/variables/_index.html.haml

17 lines
602 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
.row.prepend-top-default.append-bottom-default
.col-lg-3
2017-08-17 22:00:37 +05:30
= render "projects/variables/content"
2016-06-02 11:05:42 +05:30
.col-lg-9
%h5.prepend-top-0
Add a variable
2017-08-17 22:00:37 +05:30
= render "projects/variables/form", btn_text: "Add new variable"
2016-06-02 11:05:42 +05:30
%hr
%h5.prepend-top-0
Your variables (#{@project.variables.size})
- if @project.variables.empty?
%p.settings-message.text-center.append-bottom-0
No variables found, add one with the form above.
- else
2017-08-17 22:00:37 +05:30
= render "projects/variables/table"
%button.btn.btn-info.js-btn-toggle-reveal-values{ "data-status" => 'hidden' } Reveal Values