mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
parent
6e93e6d777
commit
a09f11d110
@ -108,7 +108,7 @@
|
|||||||
<div class="info-row row" style="margin-top: 2rem;">
|
<div class="info-row row" style="margin-top: 2rem;">
|
||||||
<div class="btn-group-horizontal col">
|
<div class="btn-group-horizontal col">
|
||||||
<a class="btn" href="{{ url_for('users.profile', username=package.author.username) }}" title="{{ _("Author") }}">
|
<a class="btn" href="{{ url_for('users.profile', username=package.author.username) }}" title="{{ _("Author") }}">
|
||||||
<i class="fas fa-user"></i>
|
<img src="{{ package.author.getProfilePicURL() }}" style="max-height: 1em; filter: none">
|
||||||
<span class="count">
|
<span class="count">
|
||||||
{{ package.author.display_name }}
|
{{ package.author.display_name }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user