5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 07:46:21 +00:00
panel/app/views/moderation_queue/_comments.haml

10 lines
289 B
Text
Raw Normal View History

-# Filtros
= render 'components/comments_filters'
2024-02-06 15:57:42 +00:00
- moderation_queue.each do |comment|
%hr
= render 'comment', comment: comment, profile: comment['attributedTo']
-# Botones moderación
.d-flex.justify-content-between
= render 'components/comments_btn_box', comment: comment