summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-03-29 12:59:16 -0600
committermfluharty <mfluharty@gitlab.com>2019-03-29 13:27:03 -0600
commit02c99ec8ce0449f330f0fd9ca277ea4cdc82be23 (patch)
treed5da628d864ce18d77067125a798ec237135fc60
parent0481d699075ea48c67037088713689b8d66f1983 (diff)
downloadgitlab-ce-13784-validate-variables-for-masking.tar.gz
Remove duplicate environment selector dropdown13784-validate-variables-for-masking
-rw-r--r--app/views/ci/variables/_variable_row.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/ci/variables/_variable_row.html.haml b/app/views/ci/variables/_variable_row.html.haml
index d4387e68d49..aecfdea10d9 100644
--- a/app/views/ci/variables/_variable_row.html.haml
+++ b/app/views/ci/variables/_variable_row.html.haml
@@ -49,8 +49,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
- - unless only_key_value
.ci-variable-body-item.ci-variable-masked-item
.append-right-default
= s_("CiVariable|Masked")