summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 21:03:24 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 21:03:24 -0700
commit73179685b0517dcdebe696b5987b47822b9bf6ed (patch)
tree264fce2f51fc8675a43c1b74ee16f91c8a77d3c3
parentdeb384a73bf92444ba5e64d3147409faca8b8d7a (diff)
downloadgitlab-ce-73179685b0517dcdebe696b5987b47822b9bf6ed.tar.gz
Add version check to help page too
-rw-r--r--app/views/help/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index af39dfeac5b..e2276260189 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -3,6 +3,7 @@
GitLab
%span= Gitlab::VERSION
%small= Gitlab::REVISION
+ = version_status_badge
%p.slead
GitLab is open source software to collaborate on code.
%br