Non-logic wording and grammar for the new group view
This commit is contained in:
parent
c2f74de4c0
commit
eb44ab0086
1 changed files with 5 additions and 5 deletions
|
@ -16,11 +16,11 @@
|
||||||
.control-group
|
.control-group
|
||||||
.controls
|
.controls
|
||||||
%ul
|
%ul
|
||||||
%li Group is kind of directory for several projects
|
%li A group is a collection of several projects
|
||||||
%li All created groups are private
|
%li Groups are private by default
|
||||||
%li People within a group see only projects they have access to
|
%li Members of a group may only view projects they have permission to access
|
||||||
%li All projects of group will be stored in a group directory
|
%li Group project URLs are prefixed with the group namespace
|
||||||
%li You will be able to move existing projects into group
|
%li Existing projects may be moved into a group
|
||||||
|
|
||||||
.form-actions
|
.form-actions
|
||||||
= f.submit 'Create group', class: "btn btn-create"
|
= f.submit 'Create group', class: "btn btn-create"
|
||||||
|
|
Loading…
Reference in a new issue