From 04713eff3dcc418d18cf14add7a1368f96d5adcd Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 26 Apr 2020 10:02:10 +0200 Subject: [PATCH] show alias creation date in "more" section if not shown yet --- app/dashboard/templates/dashboard/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 0f9344c0..ddd78abd 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -212,10 +212,16 @@ -
+
+ + {% if alias_info.latest_email_log != None %} +
+ Alias created {{ alias.created_at | dt }} +
+ {% endif %} {% if mailboxes|length > 1 %} -
Current mailbox
+
Current mailbox