_form.html.haml revision db5e5ce1aaece909027be839755bcea14679f1e0
= semantic_form_for resource do |f|
= f.inputs do
= f.input :name, :required => true
= f.actions