index.html.haml
1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%h3.page_title
  GITLAB
  .right
    %span= Gitlab::Version
    %small= Gitlab::Revision
%hr
%p.lead
  Self Hosted Git Management
  %br
  Fast, secure and stable solution based on Ruby on Rails & Gitolite.
%br
.row
  .span6
    .ui-box
      .title
        %h5 Help
      %ul.well-list
        %li
          %span= link_to "Workflow", help_workflow_path
        %li
          %span= link_to "Permissions", help_permissions_path
        %li
          %span= link_to "Web Hooks", help_web_hooks_path
        %li
          %span= link_to "API", help_api_path
        %li
          %span= link_to "GitLab Markdown", help_markdown_path
        %li
          %span= link_to "SSH keys", help_ssh_path
  .span6
    .ui-box
      .title
        %h5 Admin Guide
      %ul.well-list
        %li
          %span= link_to "GitLab Rake Tasks", help_raketasks_path
        %li
          %span= link_to "System Hooks", help_system_hooks_path
        %li
          %span= link_to "Public Area", help_public_area_path