diff options
author | mfluharty <mfluharty@gitlab.com> | 2019-03-29 12:59:16 -0600 |
---|---|---|
committer | mfluharty <mfluharty@gitlab.com> | 2019-03-29 13:27:03 -0600 |
commit | 02c99ec8ce0449f330f0fd9ca277ea4cdc82be23 (patch) | |
tree | d5da628d864ce18d77067125a798ec237135fc60 /app/views/ci | |
parent | 0481d699075ea48c67037088713689b8d66f1983 (diff) | |
download | gitlab-ce-02c99ec8ce0449f330f0fd9ca277ea4cdc82be23.tar.gz |
Remove duplicate environment selector dropdown13784-validate-variables-for-masking
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/variables/_variable_row.html.haml | 2 |
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") |