diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-01 22:11:18 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-01 22:11:18 +0200 |
commit | 5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee (patch) | |
tree | e156f0730ccdba3aee242623b60401fa1cd563e6 /app/views/groups/edit.html.haml | |
parent | a9fba2cd0acf847bced02e5ff3673b41adca151a (diff) | |
download | gitlab-ce-5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee.tar.gz |
Restyle issue form. Replace inputs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r-- | app/views/groups/edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index c5ae284ef7e..3e685d01b95 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -28,12 +28,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-actions = f.submit 'Save group', class: "btn btn-save" |