Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
admin
/
categories
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
= simple_form_for resource, :url => [:admin, resource], html: { class: 'form-horizontal' } do |f|
=
f.input
:name, as: :string
.form-actions
=
f.button
:submit, disable_with: t(:wait), class: 'btn-primary'