remotes/1693045480750635534/spooky-22
Aevann1 2021-10-18 18:51:38 +02:00
parent e585a42a47
commit 8263f25225
3 changed files with 6 additions and 6 deletions

View File

@ -133,7 +133,7 @@
<span class="ml-2"> <span class="ml-2">
<strong class="text-black">{{c.author.coins}}</strong> <strong class="text-black">{{c.author.coins}}</strong>
<span class="text-black">dramacoins</span> <span class="text-black">dramacoins</span>
</span> </span>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<a {% if v %}href="{{c.author.url}}"{% else %}href="/logged_out{{c.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 View

View File

@ -189,8 +189,8 @@
<strong class="text-black">{{p.author.coins}}</strong> <strong class="text-black">{{p.author.coins}}</strong>
<span class="text-black">dramacoins</span> <span class="text-black">dramacoins</span>
</span> </span>
&nbsp;&nbsp; &nbsp;&nbsp;&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="{{p.author.url}}"{% else %}href="/logged_out{{p.author.url}}"{% endif %} target="_blank" class="ml-auto text-decoration-none">
View View
<i class="fas fa-arrow-right fa-sm px-1"></i> <i class="fas fa-arrow-right fa-sm px-1"></i>
</a> </a>

View File

@ -103,9 +103,9 @@
<span class="ml-2"> <span class="ml-2">
<strong class="text-black">{{p.author.coins}}</strong> <strong class="text-black">{{p.author.coins}}</strong>
<span class="text-black">dramacoins</span> <span class="text-black">dramacoins</span>
</span> </span>
&nbsp;&nbsp; &nbsp;&nbsp;&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="{{p.author.url}}"{% else %}href="/logged_out{{p.author.url}}"{% endif %} target="_blank" class="ml-auto text-decoration-none">
View View
<i class="fas fa-arrow-right fa-sm px-1"></i> <i class="fas fa-arrow-right fa-sm px-1"></i>
</a> </a>