vita_app/app/views/public/my_account/_solde_credits.html.haml
Nicolas Bally d52c017848 suite
2016-04-28 22:41:58 +02:00

14 lines
361 B
Plaintext

.center.solde_credits
%p
=image_tag "/credit.png"
A ce jour vous avez
=current_product_customer.solde_credits(Date.today)
-if current_product_customer.solde_credits(Date.today) > 1
crédits
-else
crédit
%br
%br
=link_to "acheter des crédits", public_credit_products_path, :class => "btn btn-primary btn-lg"