From 02c99ec8ce0449f330f0fd9ca277ea4cdc82be23 Mon Sep 17 00:00:00 2001 From: mfluharty Date: Fri, 29 Mar 2019 12:59:16 -0600 Subject: Remove duplicate environment selector dropdown --- app/views/ci/variables/_variable_row.html.haml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/views/ci') 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") -- cgit v1.2.3