13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
.center
|
|
%h1
|
|
=qit("annonces-options-valeur-annonce", "Mettre en valeur mon annonce")
|
|
%h2= @annonce.title
|
|
=render :partial => "public/my_account/solde_credits"
|
|
|
|
|
|
%h2
|
|
=qit("annonces-options-disponibles", "Liste des options disponibles")
|
|
|
|
=render AnnonceOptionType.where(:enabled => true).all
|
|
|