Cross Reference: _form.html.haml
xref
: /
solaris-userland-s11u3
/
components
/
openstack
/
ironic
/
files
/
ironic-api
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
_form.html.haml revision 392ae0823447d1977f95a30984002bf3e3cc4664
= simple_form_for resource, :url => resource_path do |f|
=
f.inputs
do
=
f.input
:name, as: :string
=
f.input
:iri, as: :url
=
f.input
:extension
=
f.input
:mimetype, input_html: { pattern: '[0-9a-z+-]+/[0-9a-z+-]+' }
=
f.actions