From c63812afa5b427d28192846b94115772883f7178 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 20 Feb 2013 16:14:30 +0100 Subject: [PATCH] Fix indentation Also move flashing into layout.tt. --- src/root/build.tt | 4 -- src/root/layout.tt | 10 ++++ src/root/login.tt | 4 -- src/root/queue.tt | 4 -- src/root/topbar.tt | 127 +++++++++++++++++++-------------------------- 5 files changed, 62 insertions(+), 87 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index fbfcb913..0deb6e53 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -63,10 +63,6 @@ [% END %] -[% IF flashMsg %] -

[% flashMsg %]

-[% END %] -