Directory done. Odd fixes elsewhere
This commit is contained in:
@@ -6,19 +6,19 @@
|
||||
|
||||
% if (config->{debug} == 1) {
|
||||
<div>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $hos_datas
|
||||
<%= dumper $c->current_route %>
|
||||
<%= dumper $hos_datas %>
|
||||
</div>
|
||||
% }
|
||||
|
||||
<h1><%= $title%></h1>
|
||||
|
||||
% if ( $notif ) {
|
||||
<br>
|
||||
<span class="">
|
||||
<%= $c->render_to_string(inline => $notif) %>
|
||||
</span>
|
||||
%}
|
||||
<div class="text-danger">
|
||||
<%= $c->render_to_string(inline => $notif) %>
|
||||
</div>
|
||||
% }
|
||||
|
||||
<h1><%= $title%></h1>
|
||||
|
||||
% if ($hos_datas->{trt} eq 'ADD' or $hos_datas->{trt} eq 'UPD') {
|
||||
%= include 'partials/_hos_upd'
|
||||
|
Reference in New Issue
Block a user