_form.html.haml revision 25f979bdee494bf6a6aeb54d753352832212dd24
= simple_form_for resource, html: { class: 'form-horizontal' } do |f|
= f.input :name
= f.input :iri, as: :url
= f.input :standardization_status, :as => :select, :collection => Language::STAND_STATUS, :include_blank => false
= f.input :defined_by, :as => :select, :collection => Language::DEFINED_BY, :include_blank => false
= f.input :description
= f.button :wrapped