5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:06:23 +00:00

feat: ver los artículos de le actore

This commit is contained in:
f 2024-03-05 16:10:53 -03:00
parent b1dee5d567
commit 2df9f721cd
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ class ActorModerationsController < ApplicationController
# Ver el perfil remoto
def show
@remote_profile = actor_moderation.actor.content
@moderation_queue = site.activity_pubs.where(actor_id: actor_moderation.actor_id)
end
def action_on_several

View file

@ -4,5 +4,5 @@
= render 'components/actor', remote_profile: @remote_profile
.col-12.col-md-8
= render 'components/profiles_btn_box', actor_moderation: @actor_moderation
-#
.col-12.col-md-8
= render 'moderation_queue/comments', moderation_queue: @moderation_queue