_form.html.haml revision 46dd7ca898be6d5dbdfda64fd90ce01e253c0878
= simple_form_for [*resource_chain, request.post? ? resource : Comment.new], remote: true do |f|
= f.input :text
= f.button :submit, disable_with: t(:wait)