summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_header.html.haml
blob: dbfa0a9e5a1a2aba500c238b90a5375c734d94d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
- expanded = local_assigns.fetch(:expanded)

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

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

%p.append-bottom-0
  = render "ci/variables/content"