Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
supports
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
= form_for :support, :method => :put, :remote => true, :html => {:class => 'editTemplate'} do |f|
=
f.label
"exact: "
=
f.check_box
:exact, :id => "true"
= submit_tag "save"