gitlab-org--gitlab-foss/app/views/help/index.html.haml

50 lines
1.7 KiB
Plaintext
Raw Normal View History

%div
- if Gitlab::CurrentSettings.help_page_text.present?
.gl-mt-3.md
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :help_page_text)
2017-06-13 16:46:02 +00:00
%hr
2018-01-26 20:20:33 +00:00
%h1
= default_brand_title
2018-01-26 20:20:33 +00:00
- if user_signed_in?
%span= link_to_version
2018-01-26 20:20:33 +00:00
= version_status_badge
%hr
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
2013-10-27 15:06:02 +00:00
%p.slead
GitLab is open source software to collaborate on code.
%br
2015-09-23 20:03:38 +00:00
Manage git repositories with fine-grained access controls that keep your code secure.
2013-10-27 15:06:02 +00:00
%br
Perform code reviews and enhance collaboration with merge requests.
%br
Each project can also have an issue tracker and a wiki.
%br
2014-04-14 11:50:31 +00:00
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
%p= link_to 'Check the current instance configuration ', help_instance_configuration_url
%hr
.row.gl-mt-3
.col-md-8
.documentation-index.md
2017-04-28 14:57:17 +00:00
= markdown(@help_index)
.col-md-4
.card.links-card
.card-header
2013-07-13 17:36:21 +00:00
Quick help
%ul.content-list
2017-06-13 16:46:02 +00:00
%li= link_to 'See our website for getting help', support_url
2017-12-19 16:18:48 +00:00
%li
%button.btn-blank.btn-link.js-trigger-search-bar{ type: 'button' }
Use the search bar on the top of this page
%li
%button.btn-blank.btn-link.js-trigger-shortcut{ type: 'button' }
Use shortcuts
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
2017-06-13 16:46:02 +00:00
%li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
%li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'