mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 04:46:22 +00:00
fix: breadcrumbs
This commit is contained in:
parent
33cfdd1995
commit
8473927cee
1 changed files with 1 additions and 2 deletions
|
@ -10,18 +10,17 @@ class ModerationQueueController < ApplicationController
|
|||
# Cola de moderación viendo todo el sitio
|
||||
def index
|
||||
dummy_data
|
||||
breadcrumb I18n.t('moderation_queue.index.title'), ''
|
||||
end
|
||||
|
||||
# Perfil remoto de usuarie
|
||||
def remote_profile
|
||||
dummy_data
|
||||
breadcrumb post.title.value, ''
|
||||
end
|
||||
|
||||
# todon.nl está usando /api/v2/instance
|
||||
# mauve.moe usa /api/v1/instance
|
||||
def instances
|
||||
dummy_data
|
||||
breadcrumb post.title.value, ''
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue