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

53 lines
1.6 KiB
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%div
%h1
GitLab
%span= Gitlab::VERSION
%small= Gitlab::REVISION
2015-09-11 14:41:01 +05:30
- if current_application_settings.version_check_enabled
= version_status_badge
2014-09-02 18:07:02 +05:30
%p.slead
GitLab is open source software to collaborate on code.
%br
Manage git repositories with fine grained access controls that keep your code secure.
%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
2015-04-26 12:48:37 +05:30
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank'}.
2014-09-02 18:07:02 +05:30
%hr
.row
.col-md-8
.documentation-index
= preserve do
- readme_text = File.read(Rails.root.join("doc", "README.md"))
- text = readme_text.dup
- readme_text.scan(/\]\(([^(]+)\)/) { |match| text.gsub!(match.first, "help/#{match.first}") }
= markdown text
.col-md-4
.panel.panel-default
.panel-heading
Quick help
%ul.well-list
%li
See our website for
2015-04-26 12:48:37 +05:30
= link_to 'getting help', promo_url + '/getting-help/'
2014-09-02 18:07:02 +05:30
%li
Use the
2015-04-26 12:48:37 +05:30
= link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'
2014-09-02 18:07:02 +05:30
on the top of this page
%li
Use
2015-04-26 12:48:37 +05:30
= link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
%li
Get a support
= link_to 'subscription', 'https://about.gitlab.com/pricing/'
%li
= link_to 'Compare', 'https://about.gitlab.com/features/#compare'
GitLab editions