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