diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml
index 51057cee7332bf9ea4662762b75aceb9d4380c56..d5524e2edbf99f4e46b30eed8c2a41c3fc5eb3ac 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