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
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,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'
|
||||
|
|
Loading…
Reference in a new issue