tap/app/views/orders/_order.html.erb
2015-02-12 16:14:11 +01:00

3 lines
94 B
Plaintext

<%= order.created_at.strftime("%d %b %Y at %H:%M") %>
<%= simple_format(order.to_sentence) %>