DateTime but needs other fixes, start Emails, general tidying

This commit is contained in:
John Crisp
2025-05-28 11:54:36 -04:00
parent 8b4cdf6221
commit 343fd97ffd
7 changed files with 601 additions and 322 deletions

View File

@@ -5,15 +5,15 @@
<div class="card-body">
% if (config->{debug} == 1) {
<div>
<%= dumper $c->current_route %>
<%= dumper $iba_datas %>
</div>
<pre>
<%= dumper $c->current_route %>
<%= dumper $iba_datas %>
</pre>
% }
% if ( stash 'error' ) {
<br>
<div class="text-danger">
<div class="text-danger">
<%= $c->render_to_string(inline => stash 'error') %>
</div>
% }