_form.html.haml revision c0098e1ef648442dc942ba42e2e9f9b54895e4aa
= semantic_form_for resource do |f|
= f.inputs do
= 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