mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 02:26: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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
564dc060f0
commit
476f0c005f
1 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
||||||
.flex
|
-# Filtros
|
||||||
-# Filtros
|
= render 'components/comments_filters'
|
||||||
= render 'components/comments_filters'
|
|
||||||
|
|
||||||
- moderation_queue.each do |comment|
|
- moderation_queue.each do |comment|
|
||||||
= render 'moderation_queue/comment', comment: comment, profile: @remote_profile
|
= render 'moderation_queue/comment', comment: comment, profile: comment['attributedTo']
|
||||||
|
|
||||||
-# Botones moderación
|
-# Botones moderación
|
||||||
.d-flex.py-4
|
.d-flex.py-4
|
||||||
|
|
Loading…
Reference in a new issue