= simple_form_for resource, html: {class: 'form-horizontal' } do |f|
=
f.input :name, input_html: { class: 'input-xlarge', required: true }
=
f.input :description, input_html: { class: 'input-xlarge' }
.control-group
.controls=
f.button :submit, class: 'btn btn-primary'