Ibays done. Add some consistency elsewhere

This commit is contained in:
John Crisp
2025-05-18 12:18:20 +02:00
parent 35c2efaf4b
commit 0878755714
9 changed files with 308 additions and 261 deletions

View File

@@ -6,17 +6,17 @@
% if (config->{debug} == 1) {
<div>
%= dumper $c->current_route
%= dumper $iba_datas
%= dumper $c->current_route
%= dumper $iba_datas
</div>
% }
% if ( stash 'error' ) {
<br>
<div>
<div class="text-danger">
<%= $c->render_to_string(inline => stash 'error') %>
</div>
%}
% }
<h1><%= $title%></h1>