Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-03-29 21:59:16 +0300
committermfluharty <mfluharty@gitlab.com>2019-03-29 22:27:03 +0300
commit02c99ec8ce0449f330f0fd9ca277ea4cdc82be23 (patch)
treed5da628d864ce18d77067125a798ec237135fc60 /app/views/ci
parent0481d699075ea48c67037088713689b8d66f1983 (diff)
Remove duplicate environment selector dropdown
Diffstat (limited to 'app/views/ci')
-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")