Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
comments
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
_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)