diaspora/app/views/notifications/_notify_popup_item.haml
2013-01-21 22:43:48 -03:00

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"