Add Please Wait fro default theme and reboot template formatting

This commit is contained in:
John Crisp
2025-08-07 14:20:43 +02:00
parent daf3b746cf
commit 1f3795a388
4 changed files with 33 additions and 3 deletions

View File

@@ -2,15 +2,17 @@
% content_for 'module' => begin
<%= dumper $c->current_route %>
<div class="card-body">
% if (config->{debug} == 1) {
<pre>
<%= dumper $c->current_route %>
<%= dumper $c->current_route %>
</pre>
% }
<h1><%= $title %></h1>
<h1><%= $title %></h1>
<br>
@@ -45,5 +47,6 @@
</div>
</form>
</div>
%end