mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-24 17:11:47 +00:00
Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
eed9fdecbe
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ class ActorModerationsController < ApplicationController
|
||||||
|
|
||||||
# Ver el perfil remoto
|
# Ver el perfil remoto
|
||||||
def show
|
def show
|
||||||
|
breadcrumb site.title, site_posts_path(site)
|
||||||
breadcrumb I18n.t('moderation_queue.index.title'), site_moderation_queue_path(site)
|
breadcrumb I18n.t('moderation_queue.index.title'), site_moderation_queue_path(site)
|
||||||
|
|
||||||
@remote_profile = actor_moderation.actor.content
|
@remote_profile = actor_moderation.actor.content
|
||||||
|
|
|
@ -11,6 +11,7 @@ class ModerationQueueController < ApplicationController
|
||||||
|
|
||||||
# Cola de moderación viendo todo el sitio
|
# Cola de moderación viendo todo el sitio
|
||||||
def index
|
def index
|
||||||
|
breadcrumb site.title, site_posts_path(site)
|
||||||
breadcrumb I18n.t('moderation_queue.index.title'), ''
|
breadcrumb I18n.t('moderation_queue.index.title'), ''
|
||||||
|
|
||||||
# @todo cambiar el estado por query
|
# @todo cambiar el estado por query
|
||||||
|
|
Loading…
Reference in a new issue