_form.html.haml revision 9207b76195d960634cc7bf91a1c9331632fedf29
= semantic_form_for [parent, resource] do |f|
= f.inputs do
= f.input :iri, as: :url
= f.input :standardization_status, :as => :select, :collection => LogicMapping::STAND_STATUS, :include_blank => false
= f.input :defined_by, :as => :select, :collection => LogicMapping::DEFINED_BY, :include_blank => false
= f.input :default if resource.has_attribute? :default
= f.input :projection if resource.has_attribute? :projection
= f.input :faithfulness, :as => :select, :collection => LogicMapping::FAITHFULNESSES, :include_blank => false if resource.has_attribute? :faithfulness
= f.input :theoroidalness, :as => :select, :collection => LogicMapping::THEOROIDALNESSES, :include_blank => false if resource.has_attribute? :theoroidalness
= f.input :source
= f.input :target
= f.actions