Commit 697dcc40 authored by Stan Hu's avatar Stan Hu

Resolve conflicts with app/views/help/index.html.haml

parent 38148d26
...@@ -6,23 +6,13 @@ ...@@ -6,23 +6,13 @@
%hr %hr
%h1 %h1
<<<<<<< HEAD
GitLab
Enterprise Edition
- if user_signed_in?
%span= Gitlab::VERSION
%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
= version_status_badge
=======
GitLab GitLab
Community 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-ce', Gitlab::REVISION) %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ee', Gitlab::REVISION)
= version_status_badge = version_status_badge
%hr %hr
>>>>>>> upstream/master
- unless current_application_settings.help_page_hide_commercial_content? - unless current_application_settings.help_page_hide_commercial_content?
%p.slead %p.slead
......
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