5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 22:36:21 +00:00

fix: remote profile asociado al comentario dentro de posts/_moderation_queue.haml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-15 17:47:04 -03:00
parent 564dc060f0
commit 476f0c005f

View file

@ -1,10 +1,9 @@
.flex
-# Filtros
= render 'components/comments_filters'
-# Filtros
= render 'components/comments_filters'
- moderation_queue.each do |comment|
= render 'moderation_queue/comment', comment: comment, profile: @remote_profile
- moderation_queue.each do |comment|
= render 'moderation_queue/comment', comment: comment, profile: comment['attributedTo']
-# Botones moderación
.d-flex.py-4
= render 'components/comments_btn_box'
-# Botones moderación
.d-flex.py-4
= render 'components/comments_btn_box'