diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 13:16:22 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 13:16:22 -0400 |
commit | 1c606f4a6e99576614f5ce3c698f56e96d03e6a3 (patch) | |
tree | 27b3be321023004e8b59c5be3954dd92c77314e3 /app/views/records | |
parent | e47e83cf6bded3d1924b4d500193e7876833ef83 (diff) | |
download | thoughts-1c606f4a6e99576614f5ce3c698f56e96d03e6a3.tar.gz thoughts-1c606f4a6e99576614f5ce3c698f56e96d03e6a3.tar.bz2 thoughts-1c606f4a6e99576614f5ce3c698f56e96d03e6a3.zip |
Tweaked strftime on records page
Diffstat (limited to 'app/views/records')
-rw-r--r-- | app/views/records/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | %li | 3 | %li |
4 | %span.description= link_to record.description, record.recordable.path | 4 | %span.description= link_to record.description, record.recordable.path |
5 | %ul.tags | 5 | %ul.tags |
6 | %li.record-date= record.created_at.strftime("%m.%e.%y") | 6 | %li.record-date= record.created_at.strftime("%m.%d.%y") |
7 | %li.entry-type{ class: "entry-type-#{record.recordable.type.downcase}" }= record.recordable.type | 7 | %li.entry-type{ class: "entry-type-#{record.recordable.type.downcase}" }= record.recordable.type |