sideplace_app/app/views/public/annonce_highs/_annonce_high.html.haml

13 lines
301 B
Plaintext

%p
=qit("highs-marque-label","Marque :")
Marque :
=annonce_high.marque.name if annonce_high.marque
%p
=qit("highs-bien_type-label","Type :")
=annonce_high.bien_type
%hr
=qit("other-informations-label","Autres informations :")
%ul
-@annonce.tag_cats.each do |tag_cat|
%li=tag_cat.name