More group updates and quots done

This commit is contained in:
John Crisp
2025-05-16 11:57:27 +02:00
parent f90583b285
commit 613f17bb4f
8 changed files with 236 additions and 231 deletions

View File

@@ -5,26 +5,28 @@
<div class="card-body">
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $quo_datas
</p>
<div>
%= dumper $c->current_route
%= dumper $quo_datas
</div>
% }
% if ( stash 'error' ) {
<br><div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
%}
<br>
<div class="text-danger">
<%= $c->render_to_string(inline => stash 'error') %>
</div>
% }
<h1><%= $title%></h1>
% if ($quo_datas->{trt} eq 'UPD') {
%= include 'partials/_quo_upd'
%} else {
%= include 'partials/_quo_list'
%}
<%= include 'partials/_quo_upd' %>
% } else {
<%= include 'partials/_quo_list' %>
% }
</div>
%end