mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 19:50:00 +01:00
rounded image was missing
This commit is contained in:
parent
91711b24fe
commit
3bcd67d1a4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
%ul.comments
|
%ul.comments
|
||||||
- a.comments.all.each do |comment|
|
- a.comments.all.each do |comment|
|
||||||
%li{data: { comment_id: comment.id }}
|
%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
|
%b= user_screen_name comment.user
|
||||||
= comment.content
|
= comment.content
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
|
|
Loading…
Reference in a new issue