13 lines
373 B
Text
13 lines
373 B
Text
.post-stats
|
|
- if post.public?
|
|
.icon-count-group
|
|
.post-action= mobile_reshare_icon(post)
|
|
%span.reshare-count.count= post.reshares.size
|
|
|
|
.icon-count-group
|
|
.post-action= mobile_comment_icon(post)
|
|
%span.comment-count.count= post.comments.size
|
|
|
|
.icon-count-group
|
|
.post-action= mobile_like_icon(post)
|
|
%span.like-count.count= post.likes.size
|