BigW Consortium Gitlab

_index.html.haml 624 Bytes
Newer Older
Phil Hughes committed
1
.row.prepend-top-default.append-bottom-default
2
  .col-lg-12
Phil Hughes committed
3 4
    %h5.prepend-top-0
      Add a variable
Shinya Maeda committed
5
    = render "ci/variables/form", btn_text: "Add new variable"
Phil Hughes committed
6 7
    %hr
    %h5.prepend-top-0
Shinya Maeda committed
8 9
      Your variables (#{@variables.size})
    - if @variables.empty?
10
      %p.settings-message.text-center.append-bottom-0
Phil Hughes committed
11 12
        No variables found, add one with the form above.
    - else
13 14 15 16
      .js-secret-variable-table
        = render "ci/variables/table"
        %button.btn.btn-info.js-secret-value-reveal-button{ data: { secret_reveal_status: 'false' } }
          = n_('Reveal value', 'Reveal values', @variables.size)