summaryrefslogtreecommitdiff
path: root/app/views/help/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index abffabfc41d..2333e6fdf1d 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -5,8 +5,7 @@
- if current_user && current_user.admin?
%span= Gitlab::VERSION
%small= Gitlab::REVISION
- - if current_application_settings.version_check_enabled
- = version_status_badge
+ = version_status_badge
%p.slead
GitLab is open source software to collaborate on code.
%br