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

11 lines
278 B
Text
Raw Normal View History

.flex
-# Filtros
= render 'components/comments_filters'
2024-02-06 15:57:42 +00:00
2024-01-29 18:32:47 +00:00
- moderation_queue.each do |comment|
2024-01-31 18:53:05 +00:00
= render 'moderation_queue/comment', comment: comment, profile: @remote_profile
-# Botones moderación
.d-flex.py-4
= render 'components/comments_btn_box'