From 73179685b0517dcdebe696b5987b47822b9bf6ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 9 Mar 2015 21:03:24 -0700 Subject: Add version check to help page too --- app/views/help/index.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/help') 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 -- cgit v1.2.1