From 355aba75df2dc8e269d7b1df4ff48e6f49b76da2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 11 Aug 2010 10:02:45 -0700 Subject: [PATCH] RS, DG; removing the last link_to_person --- app/views/bookmarks/_bookmark.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bookmarks/_bookmark.html.haml b/app/views/bookmarks/_bookmark.html.haml index dd0dffce9..5df9f1a25 100644 --- a/app/views/bookmarks/_bookmark.html.haml +++ b/app/views/bookmarks/_bookmark.html.haml @@ -3,7 +3,7 @@ = person_image_tag(post.person) %span.from - = link_to_person post.person + = link_to post.person.real_name, post.person %b shared a link %br = post.title