Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « help « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9602e33037c95144e4b500082b2adfb5f38d652 (plain)
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
%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.

%hr

%h3 Help

%ol
  %li
    %h5= link_to "Workflow", help_workflow_path

  %li
    %h5= link_to "Permissions", help_permissions_path

  %li
    %h5= link_to "Web Hooks", help_web_hooks_path

  %li
    %h5= link_to "System Hooks", help_system_hooks_path

  %li
    %h5= link_to "API", help_api_path