diaspora/app/views/notifications/_notify_popup_item.haml
2012-09-23 19:33:19 +02:00

7 lines
303 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)
%br/
%abbr.timeago{:title=>n.created_at.iso8601}
%a{:class => 'unread-setter'}
= t('notifications.index.mark_unread')