Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 17:40:50 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 17:40:50 +0400
commitad432583a91ada2e75a2546cef51982a566ecc0f (patch)
tree08a969525443d3c799c485f7a801cd2ff881eae7 /app/views/admin/groups/new.html.haml
parent5b87a4dc517eccb0e100ce751bf631bc0ee01100 (diff)
Improve UI/UX for create/edit group in admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/groups/new.html.haml')
-rw-r--r--app/views/admin/groups/new.html.haml32
1 files changed, 2 insertions, 30 deletions
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml
index ae0604cf984..f46f45c5514 100644
--- a/app/views/admin/groups/new.html.haml
+++ b/app/views/admin/groups/new.html.haml
@@ -1,31 +1,3 @@
-%h3.page-title New Group
+%h3.page-title New group
%hr
-= form_for [:admin, @group], html: { class: 'group-form form-horizontal' } do |f|
- - if @group.errors.any?
- .alert.alert-danger
- %span= @group.errors.full_messages.first
- .form-group
- = f.label :name, class: 'control-label' do
- Group name
- .col-sm-10
- = f.text_field :name, placeholder: "Ex. OpenSource", class: "form-control"
-
- .form-group.group-description-holder
- = f.label :description, "Details", class: 'control-label'
- .col-sm-10
- = f.text_area :description, maxlength: 250, class: "form-control js-gfm-input", rows: 4
-
- .form-group
- .col-sm-2
- .col-sm-10
- %ul
- %li A group is a collection of several projects
- %li Groups are private by default
- %li Members of a group may only view projects they have permission to access
- %li Group project URLs are prefixed with the group namespace
- %li Existing projects may be moved into a group
-
- .form-actions
- = f.submit 'Create group', class: "btn btn-create"
-
-
+= render 'form'