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>2013-12-31 03:27:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 03:27:02 +0400
commit16eb3ac360df60469cc9b1a93870c0273c7fe78f (patch)
tree9aff8fff986e9868b1500001d00968f469f73067 /app/views/groups/new.html.haml
parent2ecf83191d4ae7a158d70f8cfa11ec9f2744b0ce (diff)
Update form classes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index d6d514e9b18..d9b7843cb33 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -2,19 +2,19 @@
- if @group.errors.any?
.alert.alert-error
%span= @group.errors.full_messages.first
- .control-group
+ .form-group
= f.label :name do
Group name
- .controls
+ .col-sm-10
= f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
- .control-group.group-description-holder
+ .form-group.group-description-holder
= f.label :description, "Details"
- .controls
+ .col-sm-10
= f.text_area :description, maxlength: 250, class: "input-xxlarge js-gfm-input", rows: 4
- .control-group
- .controls
+ .form-group
+ .col-sm-10
%ul
%li A group is a collection of several projects
%li Groups are private by default