diaspora/app/views/notifications/_notify_popup_item.haml
2012-04-01 13:03:44 +02:00

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')