More group updates and quots done
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user