forked from rDrama/rDrama
1
0
Fork 0

minor fix

master
Aevann 2023-06-24 11:42:39 +03:00
parent daeaff2f02
commit e4ce716163
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% if thing %}
<h1 class="mt-2">Info</h1>
<p><a href="{{thing.permalink}}">{{thing.permalink}}</a></p>
<p><b>Author:</b> <a href="{{thing.author.url}}">@{{thing.author_name}}</a></p>
<p><b>Author:</b> <a href="{{thing.author.url}}">@{{thing.author.username}}</a></p>
<p><b>Author Created At:</b> <span data-time="{{thing.author.created_utc}}"></span></p>
<p><b>Author Truescore:</b> {{"{:,}".format(thing.author.truescore)}}</p>
<p><b>Upvotes: </b>{{ups | length}}</p>