Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
serializations
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
_form.html.haml revision 392ae0823447d1977f95a30984002bf3e3cc4664
2046
N/A
= simple_form_for resource, html: { class: 'form-horizontal' } do |f|
2046
N/A
=
f.input
:name, as: :string
2046
N/A
=
f.input
:extension
2046
N/A
=
f.input
:mimetype, :as => :select, :collection => Serialization::MIMETYPES, :include_blank => false
2046
N/A
=
f.association
:language, :include_blank => false
2046
N/A
=
f.button
:wrapped
2046
N/A