summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:40:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:40:29 +0300
commitb2152847b162577ca3d58afcee3486537e0b6b81 (patch)
tree0d401826cb65efb783edfe7a0e1c7ba8b18dbf12 /app/views/groups/new.html.haml
parent846e59505eefab7bd04227edcdc55c6033d42ec5 (diff)
downloadgitlab-ce-b2152847b162577ca3d58afcee3486537e0b6b81.tar.gz
Replace xlarge and xxlarge classes
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index ccf610b8c36..02049bb2ee6 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -6,12 +6,12 @@
= f.label :name do
Group name is
.controls
- = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
+ = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left"
.control-group.group-description-holder
= f.label :description, "Details"
.controls
- = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
+ = f.text_area :description, maxlength: 250, class: "input-xxlarge js-gfm-input", rows: 4
.control-group
.controls