diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 4e1cbe1d7..09d880aca 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -10,8 +10,6 @@ .content %span.from = person_link(comment.author, :class => "hovercardable") - %span.details - – %span{:class => direction_for(comment.text)} = markdownify(comment, :youtube_maps => comment.youtube_titles)