remotes/1693045480750635534/spooky-22
Aevann1 2021-10-18 18:49:15 +02:00
parent 81353bc46d
commit 53428b7679
1 changed files with 9 additions and 9 deletions

View File

@ -109,33 +109,33 @@
})()
</script>
<div style="display:none" id="popover-{{p.id}}">
<div style="display:none" id="popover-{{c.id}}">
<div class="popover-user-profile" role="tooltip">
<img class="w-100 h-64 object-cover" src="{{p.author.banner_url}}">
<img class="w-100 h-64 object-cover" src="{{c.author.banner_url}}">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
<img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}">
<img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{c.author.profile_url}}">
<div class="px-3 text-truncate">
<h5 class="text-truncate text-black">{{p.author.username}}</h5>
<h5 class="text-truncate text-black">{{c.author.username}}</h5>
</div>
</div>
<div class="px-3">
<span class="text-black">{% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}</span>
<span class="text-black">{% if c.author.bio_html %}{{c.author.bio_html | safe}}{% endif %}</span>
</div>
<div class="border-top d-flex align-items-center p-3 mt-3 gap-3">
<span>
<strong class="text-black">{{p.author.post_count}}</strong>
<strong class="text-black">{{c.author.post_count}}</strong>
<span class="text-black">posts</span>
</span>
<span class="ml-2">
<strong class="text-black">{{p.author.comment_count}}</strong>
<strong class="text-black">{{c.author.comment_count}}</strong>
<span class="text-black">comments</span>
</span>
<span class="ml-2">
<strong class="text-black">{{p.author.coins}}</strong>
<strong class="text-black">{{c.author.coins}}</strong>
<span class="text-black">dramacoins</span>
</span>
&nbsp;&nbsp;
<a {% if v %}href="{{p.author.url}}"{% else %}href="/logged_out{{p.author.url}}"{% endif %} target="_blank" class="ml-auto text-decoration-none">
<a {% if v %}href="{{c.author.url}}"{% else %}href="/logged_out{{c.author.url}}"{% endif %} target="_blank" class="ml-auto text-decoration-none">
View
<i class="fas fa-arrow-right fa-sm px-1"></i>
</a>