Aevann 2023-09-24 02:52:17 +03:00
parent 49453fca1f
commit 81b41256c1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<h3 class="mt-5">{{thing.body_html | safe}} - {{ups | length}} {% if thing.exclusive == 2 %}bets{% else %}votes{% endif %}</h3>
<p><b>Link:</b> <a href="{{thing.parent.permalink}}">{{thing.parent.permalink}}</a></p>
<p><b>Author:</b> <a href="{{thing.parent.url}}">@{{thing.parent.author_name}}</a></p>
<p><b>Author:</b> <a href="{{thing.parent.author.url}}">@{{thing.parent.author_name}}</a></p>
<p><b>Author Created At:</b> <span data-time="{{thing.parent.author.created_utc}}"></span></p>
<p><b>Author Truescore:</b> {{"{:,}".format(thing.parent.author.truescore)}}</p>
<p><b>Total voter truescore: </b>{{total_ts}}</p>