From 9def90daa78656ed07b5b9dc03e07ac858b686dc Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 19 Apr 2024 12:06:24 +0200 Subject: [PATCH] show information that people should mark msgs as read if there are more than 10 unread msgs --- templates/includes/macros.html.tera | 28 ++++++++++++++-------------- templates/index.html.tera | 14 ++++++++++++-- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index 59660f2..34176c3 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -35,20 +35,20 @@
{% if loggedin_user.amount_unread_notifications > 0 %} - - - - {{ loggedin_user.amount_unread_notifications }} - + + + + {{ loggedin_user.amount_unread_notifications }} + {% endif %} -

Ruderassistent

+

+ Ruder + + assistent +

-