From 8e2c74bdd2253da2e95adc559b83a53502248b9f Mon Sep 17 00:00:00 2001 From: Raphael <raphael@joindiaspora.com> Date: Sat, 27 Nov 2010 17:27:57 -0500 Subject: [PATCH] Take out link_to for real --- app/views/comments/_comment.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 51057cee73..d5524e2edb 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -9,8 +9,7 @@ - post_image_link=Time.now .content .from - %a{:href => "/people/#{person.id}", :title => person.real_name} - = link_to person.real_name, person + %a{:href => "/people/#{person.id}"}=person.real_name - post_person_link=Time.now = markdownify(comment.text, :youtube_maps => comment[:youtube_titles]) - markdownified=Time.now -- GitLab