forked from rDrama/rDrama
1
0
Fork 0

highlight owned ping groups better

master
Aevann 2023-12-07 20:40:50 +02:00
parent aaf6d74a0c
commit f49bf6bc7b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
<p class="text-uppercase my-0 pb-1" style="font-weight: bold; font-size: 12px">Member of</p> <p class="text-uppercase my-0 pb-1" style="font-weight: bold; font-size: 12px">Member of</p>
{% for i in u.group_memberships %} {% for i in u.group_memberships %}
<span class="d-inline-block mx-1 {% if u.id == i[1].owner.id %}font-weight-bolder{% endif %}"> <span class="d-inline-block mx-1 {% if u.id == i[1].owner.id %}font-weight-bolder{% endif %}">
<a href="/!{{i[0]}}">!{{i[0]}}</a> <a href="/!{{i[0]}}" {% if u.id == i[1].owner.id %}style="color: #bbb !important"{% endif %}>!{{i[0]}}</a>
</span> </span>
{% endfor %} {% endfor %}
</div> </div>