Commit d4ebde937804727040faaabb69422b3763d247a8

Authored by Dmitriy Zaporozhets
1 parent a9ef0bc3

help updated

app/views/help/index.html.haml
1 1 %h3
2 2 Gitlabhq
3   - %span.right v2.2
  3 + %span.right v2.3
4 4 %hr
5 5 %h4 Self Hosted Git Management
6 6 %h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.
... ... @@ -11,7 +11,7 @@
11 11  
12 12 %ol
13 13 %li
14   - = link_to "Workflow", help_workflow_path
  14 + %h5= link_to "Workflow", help_workflow_path
15 15  
16 16 %li
17   - = link_to "Permissions", help_permissions_path
  17 + %h5= link_to "Permissions", help_permissions_path
... ...
app/views/help/permissions.html.haml
1 1 %h3 Permissions
2 2 %hr
3 3  
4   -%h4 Guest
5   -%ul
6   - %li Create new issue
7   - %li Leave comments
8   - %li Write on project wall
  4 +.row
  5 + .ui-box.span3
  6 + %h5 Guest
  7 + %ul.unstyled
  8 + %li Create new issue
  9 + %li Leave comments
  10 + %li Write on project wall
9 11  
10   -%h4 Reporter
11   -%ul
12   - %li Pull project code
13   - %li Download project
14   - %li Create new issue
15   - %li Create new merge request
16   - %li Write on project wall
17   - %li Create a code snippets
  12 + .ui-box.span4
  13 + %h5 Reporter
  14 + %ul.unstyled
  15 + %li Pull project code
  16 + %li Download project
  17 + %li Create new issue
  18 + %li Create new merge request
  19 + %li Write on project wall
  20 + %li Create a code snippets
18 21  
19 22  
20   -%h4 Developer
21   -%ul
22   - %li Pull project code
23   - %li Create new branches
24   - %li Push to non-protected branches
25   - %li Remove non-protected branches
26   - %li Add tags
27   - %li Create new issue
28   - %li Create new merge request
29   - %li Write on project wall
30   - %li Write a wiki
  23 + .ui-box.span4
  24 + %h5 Developer
  25 + %ul.unstyled
  26 + %li Pull project code
  27 + %li Create new branches
  28 + %li Push to non-protected branches
  29 + %li Remove non-protected branches
  30 + %li Add tags
  31 + %li Create new issue
  32 + %li Create new merge request
  33 + %li Write on project wall
  34 + %li Write a wiki
31 35  
32   -%h4 Master
33   -%ul
34   - %li Full repository access
35   - %li Full project access
36   - %li Add new team members
  36 + .ui-box.span4
  37 + %h5 Master
  38 + %ul.unstyled
  39 + %li Full repository access
  40 + %li Full project access
  41 + %li Add new team members
... ...