From bd676674e9ada084e914edc4b67fef63cc110901 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 May 2019 18:14:30 +0200 Subject: always show navbar, even when scrolling --- templates/layouts/default.html.ep | 52 ++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 934a84b..4f35183 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -27,33 +27,35 @@ - + + % if (is_user_authenticated()) { + + + % } + % else { + + % } + + + + % if (app->mode eq 'development') {
-- cgit v1.2.3