rounded image was missing

This commit is contained in:
pixeldesu 2014-12-14 15:42:54 +01:00
parent 91711b24fe
commit 3bcd67d1a4
1 changed files with 1 additions and 1 deletions

View File

@ -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?