Cross Reference:
xref
: /
ontohub
/
app
/
views
/
links
/
edit.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
edit.html.haml revision 24e0ce1d4adb31179cda93fa612c3df8268bf63b
%h2= @page_title = 'Edit Link-Metadata'
= simple_form_for resource do |f|
=
f.input
:iri
=
f.input
:kind, as: :select, collection: Link::KINDS, include_blank: false
=
f.input
:theorem
=
f.input
:proven
=
f.input
:local
=
f.input
:inclusion
=
f.button
:submit, class: 'btn btn-primary'