From e8e69121d03d52ec6f5ca263ece9ecbc697be133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 23 Oct 2023 11:54:52 +0200 Subject: [PATCH] Feat: Improve dashboard layout --- templates/admin/index.html.twig | 48 ++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/templates/admin/index.html.twig b/templates/admin/index.html.twig index b125d64..062554c 100644 --- a/templates/admin/index.html.twig +++ b/templates/admin/index.html.twig @@ -1,70 +1,76 @@ {% extends 'admin/layout.html.twig' %} +{% macro dot() %} + + + +{% endmacro %} + {% block content %} -
-
+
+ -
+

Neue Dokumente

{{ newDocumentsCount }} neu {{ pendingDocumentsCount }} in Bearbeitung

-
-
+ -