From 3ebb75ca07093b778b788ffce1d0f59132f31a5b Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 16 Nov 2019 22:20:03 +0100 Subject: [PATCH] Show copy and activity button --- app/dashboard/templates/dashboard/index.html | 37 ++++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 10d9413b..6a00454b 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -18,12 +18,12 @@
- +
{% if current_user.can_create_custom_email() %} - Create custom alias + Custom alias {% endif %} @@ -38,9 +38,11 @@ Alias Activity   - Email Forwarding + Email Forwarding - + Actions + More @@ -53,11 +55,7 @@
{{ gen_email.email }}     - {% if gen_email.enabled %} - - - - {% endif %} +
Created {{ gen_email.created_at | dt }} @@ -98,16 +96,25 @@ + +
+ + Activity     + + + {% if gen_email.enabled %} + + {% endif %} +
+ +