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

show.html.haml « ci_cd « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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