gitlab-org--gitlab-foss/app/views/ci/variables/_header.html.haml

11 lines
287 B
Plaintext

- expanded = local_assigns.fetch(:expanded)
%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
= _('Variables')
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= render "ci/variables/content"