BigW Consortium Gitlab

index.html.haml 1.89 KB
Newer Older
1 2
= webpack_bundle_tag 'docs'

Dmitriy Zaporozhets committed
3
%div
4 5 6 7
- if current_application_settings.help_page_text.present?
  = markdown_field(current_application_settings, :help_page_text)
  %hr

Connor Shea committed
8 9 10 11 12 13 14 15
%h1
  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
  %hr
16

Connor Shea committed
17
- unless current_application_settings.help_page_hide_commercial_content?
18 19 20
  %p.slead
    GitLab is open source software to collaborate on code.
    %br
21
    Manage git repositories with fine-grained access controls that keep your code secure.
22
    %br
23 24 25 26
    Perform code reviews and enhance collaboration with merge requests.
    %br
    Each project can also have an issue tracker and a wiki.
    %br
dosire committed
27
    Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
28
    %br
29
    Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
30
    %p= link_to 'Check the current instance configuration ', help_instance_configuration_url
31
  %hr
Dmitriy Zaporozhets committed
32

33
.row.prepend-top-default
Dmitriy Zaporozhets committed
34
  .col-md-8
35
    .documentation-index.wiki
36
      = markdown(@help_index)
37
  .col-md-4
38
    .panel.panel-default
39
      .panel-heading
40
        Quick help
41
      %ul.well-list
42
        %li= link_to 'See our website for getting help', support_url
43 44 45 46 47 48
        %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
49 50 51
        - 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'