mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:16:22 +00:00
feat: ver los artículos de le actore
This commit is contained in:
parent
b1dee5d567
commit
2df9f721cd
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
-#
|
||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||
.col-12.col-md-8
|
||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||
|
|
Loading…
Reference in a new issue