BigW Consortium Gitlab

index.html.haml 1.71 KB
Newer Older
Dmitriy Zaporozhets committed
1
%div
2 3 4 5 6
- 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?
Dmitriy Zaporozhets committed
7
  %h1
8
    GitLab
9
    Community Edition
10
    - if user_signed_in?
11
      %span= Gitlab::VERSION
12
      %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ce', Gitlab::REVISION)
13
      = version_status_badge
14 15 16
  %p.slead
    GitLab is open source software to collaborate on code.
    %br
17
    Manage git repositories with fine-grained access controls that keep your code secure.
18
    %br
19 20 21 22
    Perform code reviews and enhance collaboration with merge requests.
    %br
    Each project can also have an issue tracker and a wiki.
    %br
dosire committed
23
    Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
24
    %br
25
    Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
26
  %hr
Dmitriy Zaporozhets committed
27

28
.row.prepend-top-default
Dmitriy Zaporozhets committed
29 30
  .col-md-8
    .documentation-index
31
      = markdown(@help_index)
32
  .col-md-4
33
    .panel.panel-default
34
      .panel-heading
35
        Quick help
36
      %ul.well-list
37
        %li= link_to 'See our website for getting help', support_url
38
        %li= link_to 'Use the search bar on the top of this page', '#', onclick: 'Shortcuts.focusSearch(event)'
39
        %li= link_to 'Use shortcuts', '#', onclick: 'Shortcuts.toggleHelp()'
40 41 42
        - 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'