recurring loading working now

This commit is contained in:
2025-06-22 11:04:32 +02:00
parent 5eaad428ff
commit 98b28bcd4f
9 changed files with 70 additions and 84 deletions

View File

@@ -24,12 +24,12 @@
<body>
<%= render partial: 'layouts/header' %>
<%= yield %>
<% if notice %>
<p class="notice"><%= notice %></p>
<% end %>
<% if alert %>
<p class="alert"><%= alert %></p>
<% end %>
<%= yield %>
</body>
</html>