diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 333bc035b2f78237c6548f99d5a19a344ca01c2d..b87de6a4dcad7d887b00b022384016c33dbc76bb 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -1,5 +1,8 @@ %ul - @notifications.each do |note| + %h2= Date.parse(note.created_at.to_s).in_words %li - = link_to "#{note.person.name.titleize}", person_path(note.person) - = object_link(note) + %h3 + = link_to "#{note.person.name.titleize}", person_path(note.person) + = object_link(note) + %span.description= time_ago_in_words(note.created_at)