mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:26: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
|
# Ver el perfil remoto
|
||||||
def show
|
def show
|
||||||
@remote_profile = actor_moderation.actor.content
|
@remote_profile = actor_moderation.actor.content
|
||||||
|
@moderation_queue = site.activity_pubs.where(actor_id: actor_moderation.actor_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
def action_on_several
|
def action_on_several
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
= render 'components/actor', remote_profile: @remote_profile
|
= render 'components/actor', remote_profile: @remote_profile
|
||||||
.col-12.col-md-8
|
.col-12.col-md-8
|
||||||
= render 'components/profiles_btn_box', actor_moderation: @actor_moderation
|
= render 'components/profiles_btn_box', actor_moderation: @actor_moderation
|
||||||
-#
|
.col-12.col-md-8
|
||||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||||
|
|
Loading…
Reference in a new issue