From b2152847b162577ca3d58afcee3486537e0b6b81 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 7 Aug 2013 23:40:29 +0300 Subject: Replace xlarge and xxlarge classes --- app/views/groups/new.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/groups/new.html.haml') 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 -- cgit v1.2.1