From 2982b1aded3d70a0359e9ae1f70985cb229ea33d Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 19:41:33 +0700 Subject: [PATCH] Put header in the container --- app/pages/dashboard/dashboard.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/pages/dashboard/dashboard.html b/app/pages/dashboard/dashboard.html index da8301c..9cb839f 100644 --- a/app/pages/dashboard/dashboard.html +++ b/app/pages/dashboard/dashboard.html @@ -1,9 +1,8 @@ -

Here is Dashboard!

- -% if 4 in user['profile']['roles']: - -
+

Here is Dashboard!

+ + % if 4 in user['profile']['roles']: +
@@ -20,6 +19,6 @@
-
+ % endif -% endif +