debian-mirror-gitlab/app/views/ci/variables/_header.html.haml
2021-04-17 20:07:23 +05:30

10 lines
287 B
Text

- 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"