diff --git a/app/dashboard/templates/dashboard/alias_log.html b/app/dashboard/templates/dashboard/alias_log.html index 413c515d..0e349076 100644 --- a/app/dashboard/templates/dashboard/alias_log.html +++ b/app/dashboard/templates/dashboard/alias_log.html @@ -13,45 +13,33 @@ -
-
-
-
- - - - - - - - - +
+ {% for log in logs %} +
+
+
{{ log.when | dt }}
+
+ {{ log.website_email }} -
- {% for log in logs %} - - - - - - - {% endfor %} - -
ActivityCorrespondent EmailAlias
{{ log.when | dt }}{{ log.website_email }} - {% if log.is_reply %} - - {% elif log.blocked %} - - {% else %} - - {% endif %} - {{ log.alias }}
+ + {% if log.is_reply %} + + {% elif log.blocked %} + + {% else %} + + {% endif %} + + + + {{ log.alias }} + +
-
+ {% endfor %} - - + {% endblock %} {% block script %} diff --git a/static/arrows/blocked-arrow.svg b/static/arrows/blocked-arrow.svg index ca4e4d9b..4727a5be 100644 --- a/static/arrows/blocked-arrow.svg +++ b/static/arrows/blocked-arrow.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/static/arrows/forward-arrow.svg b/static/arrows/forward-arrow.svg index 957563ca..ead9331c 100644 --- a/static/arrows/forward-arrow.svg +++ b/static/arrows/forward-arrow.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/arrows/reply-arrow.svg b/static/arrows/reply-arrow.svg index 9a7e0a79..cd44d705 100644 --- a/static/arrows/reply-arrow.svg +++ b/static/arrows/reply-arrow.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/style.css b/static/style.css index afdc42fa..73c396eb 100644 --- a/static/style.css +++ b/static/style.css @@ -49,7 +49,7 @@ } .arrow { - width: 50px; + width: 20px; } em {