Commit f35d3c3e authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ee-cs-fix-commercial-content-check' into 'master'

Port of cs-fix-commercial-content-check to EE.

See merge request gitlab-org/gitlab-ee!4290
parents 9ec9322e cafeab0c
...@@ -5,16 +5,16 @@ ...@@ -5,16 +5,16 @@
= markdown(current_application_settings.help_page_text) = markdown(current_application_settings.help_page_text)
%hr %hr
- unless current_application_settings.help_page_hide_commercial_content? %h1
%h1 GitLab
GitLab Enterprise Edition
Enterprise Edition - if user_signed_in?
- if user_signed_in? %span= Gitlab::VERSION
%span= Gitlab::VERSION %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ee', Gitlab::REVISION)
%small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ee', Gitlab::REVISION) - if current_application_settings.version_check_enabled
- if current_application_settings.version_check_enabled = version_status_badge
= version_status_badge
- unless current_application_settings.help_page_hide_commercial_content?
%p.slead %p.slead
GitLab is open source software to collaborate on code. GitLab is open source software to collaborate on code.
%br %br
......
---
title: Fix version information not showing on help page if commercial content display
was disabled.
merge_request: 16743
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment