mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:06:22 +00:00
fix: poder volver al sitio
This commit is contained in:
parent
26e8656616
commit
3a0f1584c1
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ class ActorModerationsController < ApplicationController
|
|||
|
||||
# Ver el perfil remoto
|
||||
def show
|
||||
breadcrumb site.title, site_posts_path(site)
|
||||
breadcrumb I18n.t('moderation_queue.index.title'), site_moderation_queue_path(site)
|
||||
|
||||
@remote_profile = actor_moderation.actor.content
|
||||
|
|
|
@ -11,6 +11,7 @@ class ModerationQueueController < ApplicationController
|
|||
|
||||
# Cola de moderación viendo todo el sitio
|
||||
def index
|
||||
breadcrumb site.title, site_posts_path(site)
|
||||
breadcrumb I18n.t('moderation_queue.index.title'), ''
|
||||
|
||||
# @todo cambiar el estado por query
|
||||
|
|
Loading…
Reference in a new issue