tap/app/views/orders/_order.html.erb

3 lines
94 B
Text
Raw Normal View History

<%= order.created_at.strftime("%d %b %Y at %H:%M") %>
2015-02-09 17:06:24 +01:00
<%= simple_format(order.to_sentence) %>