rounded image was missing
This commit is contained in:
parent
91711b24fe
commit
3bcd67d1a4
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue