From 0c42903d2c3d7d4d688c813999c02a7a9756c252 Mon Sep 17 00:00:00 2001 From: Lennart Prelle Date: Mon, 3 Oct 2011 23:40:43 +0200 Subject: [PATCH] delete dash in comments --- app/views/comments/_comment.html.haml | 2 -- 1 file changed, 2 deletions(-) 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)