From 131a0473fdd49ca7aac28c973a2f8bfc3636d7e5 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 26 Apr 2020 18:53:00 +0200 Subject: [PATCH] Move alias activity details into collapsed section --- app/dashboard/templates/dashboard/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 11251acc..299e3577 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -236,7 +236,7 @@ -
+
{% if alias_info.latest_email_log != None %} @@ -266,15 +266,7 @@ {% else %} No Activity. Alias created {{ alias.created_at | dt }} {% endif %} -
- {{ alias_info.nb_forward }} forwards, - {{ alias_info.nb_blocked }} blocks, - {{ alias_info.nb_reply }} replies - - See All  → -
@@ -317,6 +309,14 @@
{% endif %} + {{ alias_info.nb_forward }} forwards, + {{ alias_info.nb_blocked }} blocks, + {{ alias_info.nb_reply }} replies + + See All  → + + {% if mailboxes|length > 1 %}
Current mailbox