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