7 lines
300 B
Text
7 lines
300 B
Text
.notification_element{:data=>{:guid => n.id}, :class => (n.unread ? "unread" : "read")}
|
|
= person_image_tag n.actors.first, :thumb_small
|
|
= notification_message_for(n)
|
|
%div
|
|
%time
|
|
= timeago(n.created_at)
|
|
= link_to t('notifications.index.mark_unread'), "#", :class => "unread-setter"
|