9 lines
617 B
Plaintext
9 lines
617 B
Plaintext
=f.inputs do
|
|
=f.input :offre_type, :label => qit("office-offre_type-form","Type d'offre :"), :collection => AnnonceOffice::OFFRE_TYPES, :as => :select, :include_blank => false
|
|
=f.input :bien_type, :label => qit("office-bien_type-form","Type de bien :"), :collection => AnnonceOffice::BIEN_TYPES, :as => :select, :include_blank => false
|
|
=f.input :surface, :label => qit("office-surface-form","Surface :")
|
|
|
|
=#f.input :marque, :label => "Marque :", :collection => AnnonceAuto::MARQUES, :as => :select, :include_blank => false
|
|
=#f.input :start_drive_at, :label => "Mise en circulation", :as => :date_select
|
|
|