master
kek7198 2021-12-08 21:26:06 -06:00
parent 962e36a610
commit 96a970e23d
1 changed files with 18 additions and 0 deletions

View File

@ -65,6 +65,24 @@
</div>
</div>
</div>
{% if u.id == v.id or not u.is_private %}
<ul class="hidden xl:flex items-center justify-around mb-0">
<li>
<div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div>
<small class="mt-1 block font-bold text-gray-500">Followers</small>
</li>
<li>
<div class="text-lg font-bold mb-0">{{ u.coins }}</div>
<small class="mt-1 block font-bold text-gray-500">Dramacoin</small>
</li>
{% if u.procoins %}
<li>
<div class="text-lg font-bold mb-0">{{ u.procoins }}</div>
<small class="mt-1 block font-bold text-gray-500">MarseyBux</small>
</li>
{% endif %}
</ul>
{% endif %}
{% if v and v.id != u.id %}
<ul class="ml-auto flex flex-wrap space-x-2 items-center mb-0">
<li>