From 831381f16007a1781c906e235f4c64e6a5f1f73b Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Fri, 9 Feb 2024 22:04:45 +0100 Subject: [PATCH] email-log: Update CSS styles for dev environment email log. Removes reliance on bootstrap alert and label rules/styles that were used or expected for this email log page. --- templates/zerver/development/email_log.html | 24 +++---- web/styles/portico/email_log.css | 69 +++++++++++++++++++-- zerver/tests/test_docs.py | 2 +- zerver/tests/test_email_log.py | 4 +- zerver/tests/test_example.py | 2 +- 5 files changed, 77 insertions(+), 24 deletions(-) diff --git a/templates/zerver/development/email_log.html b/templates/zerver/development/email_log.html index cd29c54b32..77e4301ee3 100644 --- a/templates/zerver/development/email_log.html +++ b/templates/zerver/development/email_log.html @@ -6,24 +6,21 @@ {% endblock %} {% block content %} -
-
-
- All the emails sent in the Zulip development environment are logged here. You can also - manually generate most of the emails by clicking here. - To clear this log click here +
+
+
+ All emails sent in the Zulip development environment are logged here. Clear this log + | Manually generate most emails + | Forward emails to an email account
-
+
-
+
{{ log |safe }}