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,36 +1,41 @@
%h3 Permissions %h3 Permissions
%hr %hr
%h4 Guest .row
%ul .ui-box.span3
%li Create new issue %h5 Guest
%li Leave comments %ul.unstyled
%li Write on project wall %li Create new issue
%li Leave comments
%li Write on project wall
%h4 Reporter .ui-box.span4
%ul %h5 Reporter
%li Pull project code %ul.unstyled
%li Download project %li Pull project code
%li Create new issue %li Download project
%li Create new merge request %li Create new issue
%li Write on project wall %li Create new merge request
%li Create a code snippets %li Write on project wall
%li Create a code snippets
%h4 Developer .ui-box.span4
%ul %h5 Developer
%li Pull project code %ul.unstyled
%li Create new branches %li Pull project code
%li Push to non-protected branches %li Create new branches
%li Remove non-protected branches %li Push to non-protected branches
%li Add tags %li Remove non-protected branches
%li Create new issue %li Add tags
%li Create new merge request %li Create new issue
%li Write on project wall %li Create new merge request
%li Write a wiki %li Write on project wall
%li Write a wiki
%h4 Master .ui-box.span4
%ul %h5 Master
%li Full repository access %ul.unstyled
%li Full project access %li Full repository access
%li Add new team members %li Full project access
%li Add new team members