8 lines
246 B
Text
8 lines
246 B
Text
%ul
|
|
|
|
- @notifications.each do |note|
|
|
%li
|
|
%h3
|
|
= link_to "#{note.person.name.titleize}", person_path(note.person)
|
|
= object_link(note)
|
|
%span.description=" #{t('ago', :time => time_ago_in_words(note.created_at))}"
|