summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/ci_cd/show.html.haml
blob: dd82922ec550a6eedef8cde3106bea781e851a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
- breadcrumb_title "CI / CD Settings"
- page_title "CI / CD"

%h4
  = _('Secret variables')
  = link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank', rel: 'noopener noreferrer'

%p
  = render "ci/variables/content"

= render 'ci/variables/index', save_endpoint: group_variables_path