summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_variable_row.html.haml
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-06-15 13:11:31 +0900
committerShinya Maeda <shinya@gitlab.com>2018-06-15 13:11:31 +0900
commit03495dd0cff7510273119c863a1b774d1896af32 (patch)
treed315ef16e41e65cc0ff095cf73f849e5146b0028 /app/views/ci/variables/_variable_row.html.haml
parentd7a3180d06e7b16728d4f23b1e68007c9c2f3b9a (diff)
parentfb08183e63733dd7845a16d9f827a5cd5f2d9080 (diff)
downloadgitlab-ce-03495dd0cff7510273119c863a1b774d1896af32.tar.gz
Merge branch 'master' into build-chunks-on-object-storage
Diffstat (limited to 'app/views/ci/variables/_variable_row.html.haml')
-rw-r--r--app/views/ci/variables/_variable_row.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/ci/variables/_variable_row.html.haml b/app/views/ci/variables/_variable_row.html.haml
index 571eb28f195..6ee55836dd2 100644
--- a/app/views/ci/variables/_variable_row.html.haml
+++ b/app/views/ci/variables/_variable_row.html.haml
@@ -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')