mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
Prettify
This commit is contained in:
parent
6c283bc08e
commit
5f784d683a
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue