From 22fbb582d242515c4a03bf65708751d376cae994 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Wed, 11 Jun 2025 10:24:40 +0200 Subject: [PATCH] Tweak login template --- .../share/smanager/themes/AdminLTE/templates/login.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep index f0ad2c3..93dee6c 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep @@ -2,11 +2,11 @@ % content_for 'module' => begin - % if ( config 'debug' ) { + % if (config->{debug} == 1) {
- + <%= dumper $c->current_route %> % if ( stash 'trt' ) { - %= dumper stash 'trt' + <%= dumper stash 'trt' %> % }
% }