2019-02-15 15:39:39 +05:30
|
|
|
- expanded = local_assigns.fetch(:expanded)
|
|
|
|
|
|
|
|
%h4
|
2019-07-07 11:18:12 +05:30
|
|
|
= _('Variables')
|
2020-11-24 15:15:51 +05:30
|
|
|
= link_to sprite_icon('question-o', css_class: 'gl-vertical-align-baseline!'), help_page_path('ci/variables/README', anchor: 'custom-environment-variables'), target: '_blank', rel: 'noopener noreferrer'
|
2019-02-15 15:39:39 +05:30
|
|
|
|
|
|
|
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
|
|
|
|
= expanded ? _('Collapse') : _('Expand')
|
|
|
|
|
2019-12-26 22:10:19 +05:30
|
|
|
%p
|
2019-02-15 15:39:39 +05:30
|
|
|
= render "ci/variables/content"
|