From fd13ffb5cc9aa153789497545defc19eedb12daf Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Mon, 2 Mar 2026 10:17:36 +0100 Subject: [PATCH] Update saas/app/views/devices/index.html.erb Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- saas/app/views/devices/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saas/app/views/devices/index.html.erb b/saas/app/views/devices/index.html.erb index 4eaeffe33..7895790b1 100644 --- a/saas/app/views/devices/index.html.erb +++ b/saas/app/views/devices/index.html.erb @@ -27,7 +27,7 @@

Mobile devices registered with the mobile app will receive push notifications and will be listed here.

<% end %> - <%= link_to session_menu_path, class: "btn center txt-small margin-block-start hide-on-native", data: { turbo_prefetch: false } do %> + <%= link_to session_menu_path(script_name: nil), class: "btn center txt-small margin-block-start hide-on-native", data: { turbo_prefetch: false } do %> Your Fizzy accounts <% end %>