diff --git a/saas/app/views/devices/index.html.erb b/saas/app/views/devices/index.html.erb index 9e467731a..b9a3bfb35 100644 --- a/saas/app/views/devices/index.html.erb +++ b/saas/app/views/devices/index.html.erb @@ -1,16 +1,30 @@ -

Registered Devices

+<% @page_title = "Registered devices" %> -<% if @devices.any? %> - -<% else %> -

No devices registered. Install the mobile app to receive push notifications.

-<% end %> +
+ <% if @devices.any? %> +

+ Registered devices +

+ + <% else %> +

No devices registered

+

Install the mobile app to receive push notifications.

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