_form.html.haml revision 5c4c13ac875d79def115ce3d8443d4ec87b3252a
= 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'