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

3 lines
94 B
Plaintext
Raw Normal View History

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