Bit of login formatting
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
<div class="card-body">
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
<div>
|
||||
<strong>Debug Info:</strong>
|
||||
<pre><%= dumper $c->current_route %></pre>
|
||||
</p>
|
||||
</div>
|
||||
% }
|
||||
|
||||
|
||||
% if (stash 'error') {
|
||||
<div class="">
|
||||
<div>
|
||||
<strong>Error:</strong><br>
|
||||
<%= $c->render_to_string(inline => stash 'error') %>
|
||||
</div>
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
|
||||
<div class="">
|
||||
<div>
|
||||
<%= $c->render_to_string(inline => stash 'modul') %>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user