help updated
This commit is contained in:
parent
a9ef0bc343
commit
d4ebde9378
2 changed files with 37 additions and 32 deletions
|
@ -1,6 +1,6 @@
|
|||
%h3
|
||||
Gitlabhq
|
||||
%span.right v2.2
|
||||
%span.right v2.3
|
||||
%hr
|
||||
%h4 Self Hosted Git Management
|
||||
%h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
%ol
|
||||
%li
|
||||
= link_to "Workflow", help_workflow_path
|
||||
%h5= link_to "Workflow", help_workflow_path
|
||||
|
||||
%li
|
||||
= link_to "Permissions", help_permissions_path
|
||||
%h5= link_to "Permissions", help_permissions_path
|
||||
|
|
|
@ -1,36 +1,41 @@
|
|||
%h3 Permissions
|
||||
%hr
|
||||
|
||||
%h4 Guest
|
||||
%ul
|
||||
%li Create new issue
|
||||
%li Leave comments
|
||||
%li Write on project wall
|
||||
.row
|
||||
.ui-box.span3
|
||||
%h5 Guest
|
||||
%ul.unstyled
|
||||
%li Create new issue
|
||||
%li Leave comments
|
||||
%li Write on project wall
|
||||
|
||||
%h4 Reporter
|
||||
%ul
|
||||
%li Pull project code
|
||||
%li Download project
|
||||
%li Create new issue
|
||||
%li Create new merge request
|
||||
%li Write on project wall
|
||||
%li Create a code snippets
|
||||
.ui-box.span4
|
||||
%h5 Reporter
|
||||
%ul.unstyled
|
||||
%li Pull project code
|
||||
%li Download project
|
||||
%li Create new issue
|
||||
%li Create new merge request
|
||||
%li Write on project wall
|
||||
%li Create a code snippets
|
||||
|
||||
|
||||
%h4 Developer
|
||||
%ul
|
||||
%li Pull project code
|
||||
%li Create new branches
|
||||
%li Push to non-protected branches
|
||||
%li Remove non-protected branches
|
||||
%li Add tags
|
||||
%li Create new issue
|
||||
%li Create new merge request
|
||||
%li Write on project wall
|
||||
%li Write a wiki
|
||||
.ui-box.span4
|
||||
%h5 Developer
|
||||
%ul.unstyled
|
||||
%li Pull project code
|
||||
%li Create new branches
|
||||
%li Push to non-protected branches
|
||||
%li Remove non-protected branches
|
||||
%li Add tags
|
||||
%li Create new issue
|
||||
%li Create new merge request
|
||||
%li Write on project wall
|
||||
%li Write a wiki
|
||||
|
||||
%h4 Master
|
||||
%ul
|
||||
%li Full repository access
|
||||
%li Full project access
|
||||
%li Add new team members
|
||||
.ui-box.span4
|
||||
%h5 Master
|
||||
%ul.unstyled
|
||||
%li Full repository access
|
||||
%li Full project access
|
||||
%li Add new team members
|
||||
|
|
Loading…
Reference in a new issue