From d5f0d89f9d48dc14fbc3091547d6ff257a868586 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 28 Mar 2018 11:05:14 -0500 Subject: Remove EE-specific comments from CE --- 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 5d4229c80af..440623b34f5 100644 --- a/app/views/ci/variables/_variable_row.html.haml +++ b/app/views/ci/variables/_variable_row.html.haml @@ -43,7 +43,5 @@ %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') - -# EE-specific start - -# EE-specific end %button.js-row-remove-button.ci-variable-row-remove-button{ type: 'button', 'aria-label': s_('CiVariables|Remove variable row') } = icon('minus-circle') -- cgit v1.2.1