From 2cb267f991e993c38a2e2bc30a4e5f6605a2684b Mon Sep 17 00:00:00 2001 From: Emiliano Frascaro Date: Tue, 2 Jun 2026 21:12:12 +0200 Subject: [PATCH] Admin: voce menu YouTube per collegamento canale piattaforma. Co-authored-by: Cursor --- backend/app/views/layouts/admin.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/views/layouts/admin.html.erb b/backend/app/views/layouts/admin.html.erb index 170ada4..86bc16a 100644 --- a/backend/app/views/layouts/admin.html.erb +++ b/backend/app/views/layouts/admin.html.erb @@ -18,6 +18,7 @@ <%= link_to "Dashboard", admin_root_path, class: ("active" if controller_name == "dashboard") %> <%= link_to "Teams", admin_teams_path, class: ("active" if controller_name == "teams") %> <%= link_to "Fatturazione", admin_billing_path, class: ("active" if controller_name.in?(%w[billing billing_invoices])) %> + <%= link_to "YouTube", admin_youtube_platform_path, class: ("active" if controller_name == "youtube") %> <%= link_to "Sessions", admin_sessions_path, class: ("active" if controller_name == "sessions") %> <%= link_to "Password", edit_admin_password_path %> <%= button_to "Esci", admin_logout_path, method: :delete %>