14 lines
888 B
Plaintext
14 lines
888 B
Plaintext
=f.inputs do
|
|
|
|
|
|
=f.input :util_type, :label => qit("util-util_type-form","Type :"), :collection => AnnonceUtil::UTIL_TYPES, :as => :select, :include_blank => false
|
|
=f.input :marque, :label => qit("util-marque-form","Marque :"), :collection => Marque.where(:annonce_cat_id => @annonce.annonce_cat_id).order("fav DESC, name ASC"), :as => :select, :include_blank => false
|
|
|
|
=f.input :year, :label => qit("util-year-form","Mise en circulation"), :as => :date_select
|
|
=f.input :bv, :label => qit("util-bv-form","Boite de vitesse :"), :collection => AnnonceUtil::BV, :as => :select, :include_blank => false
|
|
=f.input :kms, :label => qit("util-kms-form","Kilométrage :")
|
|
=f.input :energie, :label => qit("util-energie-form","Energie :"), :collection => AnnonceUtil::ENERGIE, :as => :select, :include_blank => false
|
|
=f.input :cv, :label => qit("util-cv-form","Chevaux fiscaux :")
|
|
|
|
|