33 lines
640 B
Plaintext
33 lines
640 B
Plaintext
-if annonce_moto.m_type?
|
|
%p
|
|
=qit("moto-m_type-label","Type :")
|
|
=annonce_moto.m_type
|
|
|
|
-if annonce_moto.marque
|
|
%p
|
|
=qit("moto-marque-label","Marque :")
|
|
=annonce_moto.marque.name
|
|
|
|
-if annonce_moto.cylindree?
|
|
%p
|
|
=qit("moto-cylindree-label","Cylindrée :")
|
|
=annonce_moto.cylindree
|
|
|
|
-if annonce_moto.kms?
|
|
%p
|
|
=qit("moto-kms-label","Kilomètrage :")
|
|
=annonce_moto.kms
|
|
kms
|
|
|
|
-if annonce_moto.year?
|
|
%p
|
|
=qit("moto-year-label","Année :")
|
|
=annonce_moto.year
|
|
|
|
|
|
%hr
|
|
=qit("other-informations-label","Autres informations :")
|
|
%ul
|
|
-@annonce.tag_cats.each do |tag_cat|
|
|
%li=tag_cat.name
|
|
|