7 lines
311 B
Text
7 lines
311 B
Text
.notification_element{:data=>{:guid => n.id},:class => (n.unread ? "unread" : "read")}
|
|
%img{:src => n.actors.first.profile.image_url(:thumb_medium)}
|
|
= notification_message_for(n)
|
|
%br/
|
|
%abbr.timeago{:title=>n.created_at.iso8601}
|
|
%a{:class => 'unread-setter'}
|
|
= t('notifications.index.mark_unread')
|