Commit 2e60272f authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'unify-ci-variables-form-row' into 'master'

CE: Unify app/views/ci/variables/_variable_row.html.haml

See merge request gitlab-org/gitlab-ce!19594
parents 099d231e 566caff7
......@@ -43,5 +43,6 @@
%span.toggle-icon
= sprite_icon('status_success_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-checked')
= sprite_icon('status_failed_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-unchecked')
= render_if_exists 'ci/variables/environment_scope', form_field: form_field, variable: variable
%button.js-row-remove-button.ci-variable-row-remove-button{ type: 'button', 'aria-label': s_('CiVariables|Remove variable row') }
= icon('minus-circle')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment