debian-mirror-gitlab/app/views/help/index.html.haml

43 lines
1.7 KiB
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%div
2017-09-10 17:25:29 +05:30
- 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?
2014-09-02 18:07:02 +05:30
%h1
GitLab
2015-09-25 12:07:36 +05:30
Community Edition
- if user_signed_in?
%span= Gitlab::VERSION
2017-09-10 17:25:29 +05:30
%small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ce', Gitlab::REVISION)
2015-09-11 14:41:01 +05:30
= version_status_badge
2014-09-02 18:07:02 +05:30
%p.slead
GitLab is open source software to collaborate on code.
%br
2015-09-25 12:07:36 +05:30
Manage git repositories with fine-grained access controls that keep your code secure.
2014-09-02 18:07:02 +05:30
%br
Perform code reviews and enhance collaboration with merge requests.
%br
Each project can also have an issue tracker and a wiki.
%br
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
2017-08-17 22:00:37 +05:30
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
2017-09-10 17:25:29 +05:30
%hr
2014-09-02 18:07:02 +05:30
2017-09-10 17:25:29 +05:30
.row.prepend-top-default
2014-09-02 18:07:02 +05:30
.col-md-8
.documentation-index
2017-08-17 22:00:37 +05:30
= markdown(@help_index)
2014-09-02 18:07:02 +05:30
.col-md-4
.panel.panel-default
.panel-heading
Quick help
%ul.well-list
2017-09-10 17:25:29 +05:30
%li= link_to 'See our website for getting help', support_url
2015-09-25 12:07:36 +05:30
%li= link_to 'Use the search bar on the top of this page', '#', onclick: 'Shortcuts.focusSearch(event)'
2016-08-24 12:49:21 +05:30
%li= link_to 'Use shortcuts', '#', onclick: 'Shortcuts.toggleHelp()'
2017-09-10 17:25:29 +05:30
- 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'