From b74dfcf5fdb85f79d3b769e83770b90b3b2c1554 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Thu, 4 Nov 2010 16:18:49 -0700 Subject: [PATCH] comments autolink --- app/views/comments/_comment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 9dcff29ba..f84d4b6d5 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -7,6 +7,6 @@ .content .from = link_to post.person.real_name, post.person - = post.text + = markdownify(post.text) %div.time = "#{time_ago_in_words(post.updated_at)} #{t('ago')}"