Show icon if address was autogenerated

This commit is contained in:
Sylvia van Os 2020-10-02 20:27:15 +02:00
parent 61e4455406
commit ff0eaa4bbf
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
> >
<span class="font-weight-bold">{{ alias.email }}</span> <span class="font-weight-bold">{{ alias.email }}</span>
</span> </span>
{% if alias.automatic_creation %} <span class="fa fa-inbox" data-toggle="tooltip" title="This alias was automatically generated because of an incoming email"></span>{% endif %}
</div> </div>
<div class="col text-right"> <div class="col text-right">
<label class="custom-switch cursor" <label class="custom-switch cursor"