go to site fix 2

This commit is contained in:
2026-07-29 09:48:53 +02:00
parent c885da200d
commit 31e7fad4a0
2 changed files with 17 additions and 0 deletions
@@ -22,5 +22,13 @@ ActiveAdmin.setup do |config|
admin.add_logout_button_to_menu menu
end
admin.build_menu do |menu|
menu.add id: "go_to_site",
label: "🏠 Go to Site",
url: ENV.fetch("SITE_URL", "https://teletypegames.org"),
html_options: { target: "_blank" },
priority: 0
end
end
end