summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_header.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/variables/_header.html.haml')
-rw-r--r--app/views/ci/variables/_header.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/ci/variables/_header.html.haml b/app/views/ci/variables/_header.html.haml
index f4e2a8584d8..d882a96dd42 100644
--- a/app/views/ci/variables/_header.html.haml
+++ b/app/views/ci/variables/_header.html.haml
@@ -2,7 +2,6 @@
%h4
= _('Variables')
- = link_to sprite_icon('question-o', css_class: 'gl-vertical-align-baseline!'), help_page_path('ci/variables/README', anchor: 'custom-environment-variables'), target: '_blank', rel: 'noopener noreferrer'
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')