remotes/1693045480750635534/spooky-22
kek7198 2021-12-07 20:54:55 -06:00
parent 7342c4e620
commit 6223a7f825
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@
</div>
{% if v and v.username == u.username %}
<div class="ml-auto">
{% for b in u.badges %}
{% if b.url %}
<a rel="nofollow noopener noreferrer" href="{{b.url}}"><img class="w-5 h-5 object-contain" loading="lazy" src="{{b.path}}" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="{{b.name}} - {{b.text}}"></a>
{% else %}
<img width="60" loading="lazy" src="{{b.path}}" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="{{b.name}} - {{b.text}}">
{% endif %}
{% endfor %}
<a href="/settings/profile" class='btn btn-gray'>
<i class="fas fa-user-edit fa-fw fa-sm mr-2"></i>
Edit profile