summaryrefslogtreecommitdiff
path: root/app/views/ci/group_variables/_index.html.haml
blob: 84bcd42e07c92c7c4144d72e2df2a1f182c174aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- variables = @project.group.self_and_ancestors.map(&:variables).flatten

.row
  .col-lg-12
    .group-variable-list
      = render 'ci/group_variables/variable_header'
      - variables.each do |variable|
        .group-variable-row.d-flex.w-100.border-bottom.pt-2.pb-2
          .table-section.section-40.gl-mr-3.key
            = variable.key
          .table-section.section-40.gl-mr-3
            %a.group-origin-link{ href: group_settings_ci_cd_path(variable.group) }
              = variable.group.name