This commit is contained in:
Connor Shea 2018-01-26 13:20:33 -07:00
parent 6c978c8f28
commit 948311f76b
No known key found for this signature in database
GPG Key ID: 7FF97FB48289A157
2 changed files with 15 additions and 8 deletions

View File

@ -5,15 +5,16 @@
= markdown_field(current_application_settings, :help_page_text)
%hr
- unless current_application_settings.help_page_hide_commercial_content?
%h1
%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

View File

@ -0,0 +1,6 @@
---
title: Fix version information not showing on help page if commercial content display
was disabled.
merge_request: 16743
author:
type: fixed