forked from rDrama/rDrama
1
0
Fork 0

show emails to me on rdrama

master
Aevann 2023-11-03 20:13:41 +03:00
parent 005e67ddeb
commit 6a3e03ffa6
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
<span id="profile--lastactive" class="ml-2">last active <span id="profile--lastactive--time" data-bs-toggle="tooltip" data-bs-placement="bottom" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{u.last_active}}')">{{u.last_active_date}}</span></span>
{%- endif %}
{% if SITE_NAME == 'WPD' and v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
{% if v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
<div id="profile--email" class="mt-2">Email: {{u.email}}</div>
{%- endif %}
</div>
@ -413,7 +413,7 @@
<br><span id="profile-mobile--lastactive">last active <span id="profile-mobile--lastactive--time" data-bs-toggle="tooltip" data-bs-placement="bottom" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{u.last_active}}')" class="font-weight-bold">{{u.last_active_date}}</span></span>
{%- endif %}
{% if SITE_NAME == 'WPD' and v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
{% if v and v.admin_level >= PERMS['VIEW_EMAILS'] -%}
<div id="profile-mobile--email">Email: {{u.email}}</div>
{%- endif %}
</div>