tap/app/views/orders/_order.html.haml
2015-09-17 14:05:33 +02:00

9 lines
155 B
Plaintext

%tr
%td.order_date
= order.created_at.strftime("%d %b %Y at %H:%M")
%tr
%td
= order.to_sentence
%td
= euro_from_cents(order.price_cents)