mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 15:24:51 +00:00
5 lines
370 B
Text
5 lines
370 B
Text
.content__heading__tabs
|
|
= render_navigation renderer: :links do |primary|
|
|
:ruby
|
|
primary.item :providers, safe_join([material_symbol('database'), t('admin.fasp.providers.providers')]), admin_fasp_providers_path
|
|
primary.item :debug_callbacks, safe_join([material_symbol('repeat'), t('admin.fasp.debug.callbacks.title')]), admin_fasp_debug_callbacks_path
|