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

15 lines
475 B
Text
Raw Normal View History

.row.no-gutters.pt-2
.col-1.d-flex.align-items-center
2024-03-04 14:59:29 +00:00
= render 'components/select_all', id: 'select-all-comments'
.col-md-9
-# Filtros
= render 'components/comments_filters'
2024-03-04 14:59:29 +00:00
- moderation_queue.each do |activity_pub|
%hr
2024-03-04 14:59:29 +00:00
= render 'comment', comment: activity_pub.object.content, profile: activity_pub.actor.content
-# Botones moderación
2024-02-21 21:01:10 +00:00
.d-flex.justify-content-center
2024-03-04 14:59:29 +00:00
= render 'components/comments_btn_box', comment: activity_pub.object.content