Fix "new" badge appear on alias modification

This commit is contained in:
Son NK 2020-04-24 09:45:49 +02:00
parent fc4572e9ba
commit ba105f076e
1 changed files with 2 additions and 5 deletions

View File

@ -98,9 +98,6 @@
Copy Copy
</span> </span>
{% endif %} {% endif %}
{% if alias_info.highlight %}
<span class="font-weight-bold text-success small-text">New</span>
{% endif %}
</span> </span>
</div> </div>
@ -111,9 +108,9 @@
<label class="custom-switch cursor" <label class="custom-switch cursor"
data-toggle="tooltip" data-toggle="tooltip"
{% if alias.enabled %} {% if alias.enabled %}
title="Block Alias" title="Disable alias - you will stop receiving emails sent to this alias"
{% else %} {% else %}
title="Unblock Alias" title="Enable alias - you will start receiving emails sent to this alias"
{% endif %} {% endif %}
{% if loop.index ==1 %} {% if loop.index ==1 %}