From d2f84ac53eca1456db9228983cbdcbe85bb270fb Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt Date: Wed, 15 Apr 2015 17:44:02 +0200 Subject: [PATCH] Adjust version info shown in documentation --- app/views/help/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index dfa5d820ce..d41133a176 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -7,8 +7,8 @@ GitLab Community Edition - if user_signed_in? - %span= link_to_version - = version_status_badge + %span= Gitlab::VERSION + '-thm' + %small= link_to Gitlab.revision, namespace_project_commits_path('projects.thm.de', 'gitlab', Gitlab.revision) %hr - unless Gitlab::CurrentSettings.help_page_hide_commercial_content? -- 2.23.0.rc1