Move loader up a level

This commit is contained in:
David Heinemeier Hansson
2025-11-08 16:59:36 +01:00
parent 0edfc337c9
commit 5d98ca3c4b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<body data-controller="local-time timezone-cookie turbo-navigation" data-action="turbo:morph@window->local-time#refreshAll turbo:before-visit@document->turbo-navigation#rememberLocation">
<header class="header <%= @header_class %>" id="header">
<a href="#main" class="header__skip-navigation btn" data-turbo="false">Skip to main content</a>
<%= render "my/menus/nav" if Current.user %>
<%= render "my/menu" if Current.user %>
<%= yield :header %>
</header>