Cleanup for AdminLTE
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
% layout 'default', title => "Sme server 2 - module";
|
||||
% layout 'AdminLTE', title => "Sme server 2 - module";
|
||||
|
||||
% content_for 'module' => begin
|
||||
|
||||
%= stylesheet '/css/module.css'
|
||||
|
||||
<div id="" class="">
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
@@ -16,12 +18,12 @@
|
||||
<%= $c->render_to_string(inline => stash 'error') %>
|
||||
</div>
|
||||
% }
|
||||
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
|
||||
|
||||
<div class="">
|
||||
<%= $c->render_to_string(inline => stash 'modul') %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
% end
|
||||
% end
|
||||
|
Reference in New Issue
Block a user