This commit is contained in:
Son NK 2020-04-15 09:16:42 +02:00
parent 6c283bc08e
commit 5f784d683a
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
{% if log.is_reply %}
<i class="fa fa-reply"></i>
{% elif log.blocked %}
<i class="fa fa-ban"></i>
<i class="fa fa-ban text-danger"></i>
{% else %}
<i class="fa fa-paper-plane"></i>
{% endif %}

View File

@ -157,7 +157,7 @@
</span>
{% elif email_log.blocked %}
{{ contact.website_email }}
<i class="fa fa-ban mr-2" data-toggle="tooltip" title="Email blocked"></i>
<i class="fa fa-ban mr-2 text-danger" data-toggle="tooltip" title="Email blocked"></i>
{{ email_log.created_at | dt }}
{% else %}
{{ contact.website_email }}