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

%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
  = _('Variables')

= render Pajamas::ButtonComponent.new(button_options: { class: 'js-settings-toggle' }) do
  = expanded ? _('Collapse') : _('Expand')

%p
  = render "ci/variables/content"