help updated

This commit is contained in:
Dmitriy Zaporozhets 2012-03-08 00:15:31 +02:00
parent a9ef0bc343
commit d4ebde9378
2 changed files with 37 additions and 32 deletions

View file

@ -1,6 +1,6 @@
%h3 %h3
Gitlabhq Gitlabhq
%span.right v2.2 %span.right v2.3
%hr %hr
%h4 Self Hosted Git Management %h4 Self Hosted Git Management
%h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite. %h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.
@ -11,7 +11,7 @@
%ol %ol
%li %li
= link_to "Workflow", help_workflow_path %h5= link_to "Workflow", help_workflow_path
%li %li
= link_to "Permissions", help_permissions_path %h5= link_to "Permissions", help_permissions_path

View file

@ -1,14 +1,17 @@
%h3 Permissions %h3 Permissions
%hr %hr
%h4 Guest .row
%ul .ui-box.span3
%h5 Guest
%ul.unstyled
%li Create new issue %li Create new issue
%li Leave comments %li Leave comments
%li Write on project wall %li Write on project wall
%h4 Reporter .ui-box.span4
%ul %h5 Reporter
%ul.unstyled
%li Pull project code %li Pull project code
%li Download project %li Download project
%li Create new issue %li Create new issue
@ -17,8 +20,9 @@
%li Create a code snippets %li Create a code snippets
%h4 Developer .ui-box.span4
%ul %h5 Developer
%ul.unstyled
%li Pull project code %li Pull project code
%li Create new branches %li Create new branches
%li Push to non-protected branches %li Push to non-protected branches
@ -29,8 +33,9 @@
%li Write on project wall %li Write on project wall
%li Write a wiki %li Write a wiki
%h4 Master .ui-box.span4
%ul %h5 Master
%ul.unstyled
%li Full repository access %li Full repository access
%li Full project access %li Full project access
%li Add new team members %li Add new team members