From e3bda01eca7008fb554e0494a0f7940573035411 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Sun, 16 Apr 2023 21:57:05 +0200 Subject: [PATCH] apps list: nicer display of table, show time --- crates/ezidam/templates/pages/admin/apps/list.html.tera | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/ezidam/templates/pages/admin/apps/list.html.tera b/crates/ezidam/templates/pages/admin/apps/list.html.tera index 9ba73d1..8b8c276 100644 --- a/crates/ezidam/templates/pages/admin/apps/list.html.tera +++ b/crates/ezidam/templates/pages/admin/apps/list.html.tera @@ -44,7 +44,7 @@ {% if apps | length != 0 %}
| {{ app.label }} | -+ | {% if app.is_archived == true %} Archived {% else %} @@ -85,7 +85,7 @@ {% endif %} | - {{ app.created_at | date(format="%F", timezone=user.zoneinfo | default(value="UTC")) }} + {{ app.created_at | date(format="%F %T", timezone=user.zoneinfo | default(value="UTC")) }} | {{ app.id }} |