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

51 lines
1.9 KiB
Text
Raw Normal View History

2017-12-19 11:18:48 -05:00
= webpack_bundle_tag 'docs'
%div
2017-06-13 12:46:02 -04:00
- if current_application_settings.help_page_text.present?
= markdown_field(current_application_settings, :help_page_text)
%hr
- unless current_application_settings.help_page_hide_commercial_content?
%h1
2013-10-27 11:06:02 -04:00
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
2013-10-27 11:06:02 -04:00
%p.slead
GitLab is open source software to collaborate on code.
%br
2015-09-23 16:03:38 -04:00
Manage git repositories with fine-grained access controls that keep your code secure.
2013-10-27 11:06:02 -04: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 07:50:31 -04: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
2017-06-13 12:46:02 -04:00
%hr
2017-06-13 12:46:02 -04:00
.row.prepend-top-default
.col-md-8
.documentation-index.wiki
2017-04-28 10:57:17 -04:00
= markdown(@help_index)
.col-md-4
.panel.panel-default
.panel-heading
2013-07-13 13:36:21 -04:00
Quick help
2013-01-05 17:30:38 -05:00
%ul.well-list
2017-06-13 12:46:02 -04:00
%li= link_to 'See our website for getting help', support_url
2017-12-19 11:18:48 -05: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
2017-06-13 12:46:02 -04:00
- unless current_application_settings.help_page_hide_commercial_content?
%li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
%li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'