From 82db655a56e12c69a93f684459414ceac2606a95 Mon Sep 17 00:00:00 2001 From: Dan Hansen Date: Wed, 2 Feb 2011 12:55:16 -0600 Subject: [PATCH] make the markup between _comment and _stream_element more consistent, fix embedder in comments --- app/views/comments/_comment.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/comments/_comment.haml b/app/views/comments/_comment.haml index 33c2fc918..214e250a7 100644 --- a/app/views/comments/_comment.haml +++ b/app/views/comments/_comment.haml @@ -7,7 +7,8 @@ .content .from = person_link(comment.person) - = markdownify(comment.text, :youtube_maps => comment.youtube_titles) + .message + = markdownify(comment.text, :youtube_maps => comment.youtube_titles) .info %span.time