diff --git a/app/views/notifications/index.mobile.haml b/app/views/notifications/index.mobile.haml index 18ea33fef..4d3d25470 100644 --- a/app/views/notifications/index.mobile.haml +++ b/app/views/notifications/index.mobile.haml @@ -14,8 +14,7 @@ .content %span.from - %b= notification_people_link(note) - = object_link(note) + = notification_message_for(note) .time = time_ago_in_words(note.created_at)