summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:24:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:24:34 +0300
commita3b0dc2e17de0ec5ea5327ac6b84659aeb84d252 (patch)
treece181382dff0b1d3abfe9f4dc367482b8d17bb2b /app/views/groups/new.html.haml
parentf2082edb6058b5ff665ff84c465b6d75f58b6c54 (diff)
downloadgitlab-ce-a3b0dc2e17de0ec5ea5327ac6b84659aeb84d252.tar.gz
use control-group classes for inline forms in profile and group pages
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 4aa58dedc4a..ccf610b8c36 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
- .clearfix
+ .control-group
= f.label :name do
Group name is
- .input
+ .controls
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
- .clearfix.group-description-holder
+ .control-group.group-description-holder
= f.label :description, "Details"
- .input
+ .controls
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
- .clearfix
- .input
+ .control-group
+ .controls
%ul
%li Group is kind of directory for several projects
%li All created groups are private