summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
commit5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee (patch)
treee156f0730ccdba3aee242623b60401fa1cd563e6 /app/views/groups/new.html.haml
parenta9fba2cd0acf847bced02e5ff3673b41adca151a (diff)
downloadgitlab-ce-5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee.tar.gz
Restyle issue form. Replace inputs
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.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 0147cc7e9e1..14b60687ed2 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
.col-sm-10
- = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-lg left"
+ = f.text_field :name, placeholder: "Ex. OpenSource", class: "form-control left"
.form-group.group-description-holder
= f.label :description, "Details"
.col-sm-10
- = f.text_area :description, maxlength: 250, class: "input-lg js-gfm-input", rows: 4
+ = f.text_area :description, maxlength: 250, class: "form-control js-gfm-input", rows: 4
.form-group
.col-sm-10