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

_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: f4e2a8584d883d332c6f5f6057a94a5384df8bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
- expanded = local_assigns.fetch(:expanded)

%h4
  = _('Variables')
  = link_to sprite_icon('question-o', css_class: 'gl-vertical-align-baseline!'), help_page_path('ci/variables/README', anchor: 'custom-environment-variables'), target: '_blank', rel: 'noopener noreferrer'

%button.btn.btn-default.js-settings-toggle{ type: 'button' }
  = expanded ? _('Collapse') : _('Expand')

%p
  = render "ci/variables/content"