Cross Reference: _form.html.haml
xref
: /
ontohub
/
app
/
views
/
license_models
/
_form.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
= simple_form_for [*resource_chain, resource] do |f|
= render partial: '
/shared/form_errors
'
=
f.input
:name, as: :string
=
f.input
:url, as: :url
=
f.input
:description, as: :text, input_html: {rows: 5}
=
f.submit
class: 'btn btn-primary'