From e8a4828031a6be2e67b3bf6d2789578bf6c7bdd5 Mon Sep 17 00:00:00 2001 From: Blog Manager Robot Date: Sat, 29 Oct 2022 07:22:33 +0000 Subject: [PATCH] Added friendly new person message. --- Web/templates/dashboard/index.html.ep | 28 +++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/Web/templates/dashboard/index.html.ep b/Web/templates/dashboard/index.html.ep index 6340038..0381be5 100644 --- a/Web/templates/dashboard/index.html.ep +++ b/Web/templates/dashboard/index.html.ep @@ -6,16 +6,18 @@ -

This is totes the dashboard

- -
- - - New Blog - + -% if ( $person->blogs ) { +% if ( $person->blogs >= 1 ) {

My Websites

@@ -33,4 +35,14 @@ % }
+% } else { + + % }