Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header.html.haml « variables « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 392ff927f01bf0e3a5b1b90c84dd8da9154ffa79 (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')

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

%p
  = render "ci/variables/content"