diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2018-01-26 13:20:33 -0700 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2018-01-26 13:38:47 -0700 |
commit | 948311f76bc829c91b8e0a15739e34e60588dc8d (patch) | |
tree | b4852d53d86cbd8658926b90d629d7e52bc54f04 /app/views/help | |
parent | 6c978c8f287d2fc61c58ab59973e0015bfc2ac58 (diff) | |
download | gitlab-ce-948311f76bc829c91b8e0a15739e34e60588dc8d.tar.gz |
Fix #42486.
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/index.html.haml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index b8692009225..fdd72ead2cb 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -5,15 +5,16 @@ = markdown_field(current_application_settings, :help_page_text) %hr -- unless current_application_settings.help_page_hide_commercial_content? - %h1 - GitLab - Community Edition - - if user_signed_in? - %span= Gitlab::VERSION - %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ce', Gitlab::REVISION) - = version_status_badge +%h1 + GitLab + Community Edition + - if user_signed_in? + %span= Gitlab::VERSION + %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ce', Gitlab::REVISION) + = version_status_badge + %hr +- unless current_application_settings.help_page_hide_commercial_content? %p.slead GitLab is open source software to collaborate on code. %br |