BigW Consortium Gitlab

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

Dmitriy Zaporozhets committed
25 26
%hr

27
.row
Dmitriy Zaporozhets committed
28 29 30
  .col-md-8
    .documentation-index
      = preserve do
31
        = markdown(@help_index)
32
  .col-md-4
33
    .panel.panel-default
34
      .panel-heading
35
        Quick help
36
      %ul.well-list
37 38 39 40 41
        %li= link_to 'See our website for getting help', promo_url + '/getting-help/'
        %li= link_to 'Use the search bar on the top of this page', '#', onclick: 'Shortcuts.focusSearch(event)'
        %li= link_to 'Use shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
        %li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
        %li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'