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:
authorAndrew8xx8 <avk@8xx8.ru>2013-02-07 14:42:52 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-02-28 17:14:21 +0400
commit9f45e01e8426b9d678a210bb5237628676f99894 (patch)
tree1f8807a94a32eeceb5c90f39ca82018a519aa7b7 /app/views/admin/groups/new.html.haml
parent135418dcbf72d264a846649b95ea8e6d8a2aadcf (diff)
Description to groups added
Diffstat (limited to 'app/views/admin/groups/new.html.haml')
-rw-r--r--app/views/admin/groups/new.html.haml10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml
index 60c6fa5ad09..29bbcc55c93 100644
--- a/app/views/admin/groups/new.html.haml
+++ b/app/views/admin/groups/new.html.haml
@@ -9,8 +9,14 @@
Group name is
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
- &nbsp;
- = f.submit 'Create group', class: "btn btn-primary"
+ .clearfix.group_description_holder
+ = f.label :description, "Details"
+ .input
+ = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
+
+ .form-actions
+ = f.submit 'Create group', class: "btn btn-primary"
+
%hr
.padded
%ul