Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_variable_header.html.haml « variables « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3b7a5ae88342e163ba2935c0dcc9c7a1100c647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- only_key_value = local_assigns.fetch(:only_key_value, false)

%li.ci-variable-row.m-0.d-none.d-sm-block
  .d-flex.w-100.align-items-center.pb-2
    .bold.table-section.section-15.append-right-10
      = s_('CiVariables|Type')
    .bold.table-section.section-15.append-right-10
      = s_('CiVariables|Key')
    .bold.table-section.section-15.append-right-10
      = s_('CiVariables|Value')
    - unless only_key_value
      .bold.table-section.section-20
        = s_('CiVariables|State')
    .bold.table-section.section-20
      = s_('CiVariables|Masked')
    = render_if_exists 'ci/variables/environment_scope_header'