_form.html.haml revision 9456d98a1b01a08c8efcaa9e26a9d3d368463717
= simple_form_for [*resource_chain, resource] do |f|
= render partial: '/shared/form_errors'
= f.input :name
= f.input :description, as: :text, input_html: {rows: 5}
= f.submit class: 'btn btn-primary'