From 3c6175041d6869aaebd9dbf8436e9200636c7884 Mon Sep 17 00:00:00 2001 From: Diaspora Europe Date: Tue, 13 Mar 2012 11:29:20 +0100 Subject: [PATCH] mobile notifications back again #1994 --- app/views/notifications/index.mobile.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)