summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-03-28 18:12:20 +0000
committerRémy Coutable <remy@rymai.me>2018-03-28 18:12:20 +0000
commit160d29b869673a8f2a3e57cf509e30b93e82a014 (patch)
tree867ce1a2ba2d446b5ffd86af4a107c4e777c9e4b /app/views/ci
parentc61634659bf81940a9bde740163f19bf094eab04 (diff)
parentd5f0d89f9d48dc14fbc3091547d6ff257a868586 (diff)
downloadgitlab-ce-160d29b869673a8f2a3e57cf509e30b93e82a014.tar.gz
Merge branch '44752-remove-ee-specific-comments' into 'master'
Remove EE-specific comment markers from CE Closes #44752 See merge request gitlab-org/gitlab-ce!18054
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 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')