From ec3f2116ffdede1699c6e904bbdff24f509d5daf Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 16 Nov 2019 15:54:35 +0100 Subject: [PATCH] do not show copy button on disabled alias --- app/dashboard/templates/dashboard/index.html | 49 +++++++++++--------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 5a0a04d7..47aaf4f5 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -65,30 +65,35 @@
- + {% if gen_email.enabled %} + + {% endif %} + + {% if gen_email.enabled %} + + + + + + + + {% endif %} - {% if gen_email.enabled %} - - {% endif %} -