gitlab-org--gitlab-foss/app/views/admin/groups/new.html.haml

28 lines
896 B
Text
Raw Normal View History

%h3.page-title New Group
%hr
= form_for [:admin, @group] do |f|
- if @group.errors.any?
2013-01-30 09:53:18 -05:00
.alert.alert-error
%span= @group.errors.full_messages.first
.control-group
= f.label :name do
Group name is
.controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.control-group.group-description-holder
2013-02-07 05:42:52 -05:00
= f.label :description, "Details"
.controls
2013-02-07 05:42:52 -05:00
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
.form-actions
2013-04-18 10:28:09 -04:00
= f.submit 'Create group', class: "btn btn-create"
2013-02-07 05:42:52 -05:00
%hr
.padded
%ul
%li Group is kind of directory for several projects
%li All created groups are private
%li People within a group see only projects they have access to
%li All projects of group will be stored in a group directory
%li You will be able to move existing projects into group