mirror of https://github.com/zulip/zulip.git
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:
parent
6b1ca15ba7
commit
a96d497fff
|
@ -61,7 +61,7 @@
|
|||
</td>
|
||||
|
||||
<td>
|
||||
{% if not loop.last %}
|
||||
{% if not loop.first %}
|
||||
<a class="envelope-link" data-admin-emails="{{ row.realm_owner_emails }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue