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