From 3bcd67d1a4ff2cff3efed70c1617acce0ac930c3 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 14 Dec 2014 15:42:54 +0100 Subject: [PATCH] rounded image was missing --- app/views/shared/_comments.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_comments.html.haml b/app/views/shared/_comments.html.haml index 56c4ca15..56100bcf 100644 --- a/app/views/shared/_comments.html.haml +++ b/app/views/shared/_comments.html.haml @@ -4,7 +4,7 @@ %ul.comments - a.comments.all.each do |comment| %li{data: { comment_id: comment.id }} - %img.answerbox--img-small{src: gravatar_url(comment.user)} + %img.img-rounded.answerbox--img-small{src: gravatar_url(comment.user)} %b= user_screen_name comment.user = comment.content - if user_signed_in?