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

2 lines
94 B
Text

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