Tweak login template
This commit is contained in:
parent
de9c4a9264
commit
22fbb582d2
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
% if ( config 'debug' ) {
|
% if (config->{debug} == 1) {
|
||||||
<div>
|
<div>
|
||||||
<!-- %= dumper $c->current_route -->
|
<%= dumper $c->current_route %>
|
||||||
% if ( stash 'trt' ) {
|
% if ( stash 'trt' ) {
|
||||||
%= dumper stash 'trt'
|
<%= dumper stash 'trt' %>
|
||||||
% }
|
% }
|
||||||
</div>
|
</div>
|
||||||
% }
|
% }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user