From 1c606f4a6e99576614f5ce3c698f56e96d03e6a3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:16:22 -0400 Subject: Tweaked strftime on records page --- app/views/records/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/records/index.html.haml') diff --git a/app/views/records/index.html.haml b/app/views/records/index.html.haml index 29c9dfb..3850d72 100644 --- a/app/views/records/index.html.haml +++ b/app/views/records/index.html.haml @@ -3,5 +3,5 @@ %li %span.description= link_to record.description, record.recordable.path %ul.tags - %li.record-date= record.created_at.strftime("%m.%e.%y") + %li.record-date= record.created_at.strftime("%m.%d.%y") %li.entry-type{ class: "entry-type-#{record.recordable.type.downcase}" }= record.recordable.type -- cgit 1.4.1