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

%h4
  = _('Variables')

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

%p
  = render "ci/variables/content"