4 lines
370 B
Plaintext
4 lines
370 B
Plaintext
=f.inputs do
|
|
=f.input :bien_type, :label => qit("pdv-bien_type-form","Type :"), :collection => AnnoncePdv::BIEN_TYPES, :as => :select, :include_blank => false
|
|
=f.input :marque, :label => qit("pdv-marque-form","Marque :"), :collection => Marque.where(:annonce_cat_id => @annonce.annonce_cat_id).order("fav DESC, name ASC"), :as => :select, :include_blank => false
|
|
|