mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:56:21 +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
|
# Cola de moderación viendo todo el sitio
|
||||||
def index
|
def index
|
||||||
dummy_data
|
dummy_data
|
||||||
|
breadcrumb I18n.t('moderation_queue.index.title'), ''
|
||||||
end
|
end
|
||||||
|
|
||||||
# Perfil remoto de usuarie
|
# Perfil remoto de usuarie
|
||||||
def remote_profile
|
def remote_profile
|
||||||
dummy_data
|
dummy_data
|
||||||
breadcrumb post.title.value, ''
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# todon.nl está usando /api/v2/instance
|
# todon.nl está usando /api/v2/instance
|
||||||
# mauve.moe usa /api/v1/instance
|
# mauve.moe usa /api/v1/instance
|
||||||
def instances
|
def instances
|
||||||
dummy_data
|
dummy_data
|
||||||
breadcrumb post.title.value, ''
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue