about summary refs log tree commit diff stats
path: root/app/views/records
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-02 18:03:37 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-03 14:01:41 -0400
commit49b11f2864f75bcfb8d0d01439939ed68aa90b8f (patch)
treec91d0976e9cb54562aa2c19f9648235d74f14cbf /app/views/records
parentcb01d13034ad41a29533b623cbbf7c23b37a231c (diff)
downloadthoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.tar.gz
thoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.tar.bz2
thoughts-49b11f2864f75bcfb8d0d01439939ed68aa90b8f.zip
Collapsed Entry -> Blog single-table inheritance to Blog
Diffstat (limited to 'app/views/records')
-rw-r--r--app/views/records/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/records/index.html.haml b/app/views/records/index.html.haml index 3850d72..200321e 100644 --- a/app/views/records/index.html.haml +++ b/app/views/records/index.html.haml
@@ -4,4 +4,4 @@
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.%d.%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