32 lines
527 B
Plaintext
Raw Permalink Normal View History

2025-04-15 16:30:33 +02:00
% layout 'AdminLTE', title => 'Sme server 2 - Review';
% content_for 'module' => begin
2025-04-17 17:26:55 +02:00
%#= include 'partials/_panel_card_top'
%#= include 'partials/_panel_card_header'
2025-04-17 17:26:55 +02:00
<div>
2025-04-17 17:26:55 +02:00
<h1> <%= $title %> </h1>
<!-- Header text -->
%= $modul
2025-04-15 16:30:33 +02:00
2025-04-17 17:26:55 +02:00
% if (config->{debug} == 1) {
<p>
2025-04-17 17:26:55 +02:00
%= dumper $c->current_route
%= dumper $rvw_datas
2025-04-15 16:30:33 +02:00
</p>
2025-04-17 17:26:55 +02:00
% }
2025-04-15 16:30:33 +02:00
<br><br>
2025-04-17 17:26:55 +02:00
%= include 'partials/_rvw_content'
</div>
2025-04-17 17:26:55 +02:00
%#= include 'partials/_panel_card_footer'
%#= include 'partials/_panel_card_bottom'
% end