analytics: Fix placement of envelope icons.

We neglected to update this bit of logic when migrating to have the
totals at the top of the page.
This commit is contained in:
Tim Abbott 2021-04-08 17:38:47 -07:00
parent 6b1ca15ba7
commit a96d497fff
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</td> </td>
<td> <td>
{% if not loop.last %} {% if not loop.first %}
<a class="envelope-link" data-admin-emails="{{ row.realm_owner_emails }}"> <a class="envelope-link" data-admin-emails="{{ row.realm_owner_emails }}">
<i class="fa fa-envelope"></i> <i class="fa fa-envelope"></i>
</a> </a>