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