Show full @reference for remote users

This commit is contained in:
Jason McBrayer 2018-04-24 09:24:06 -04:00
parent 2310146b5b
commit 9b0b5e930a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<h1 class="title">Your {{ timeline }} timeline</h1>
{% for toot in toots %}
{% if toot.reblog %}
{% include "main/toot_partial.html" with toot=toot.reblog reblog=True reblog_by=toot.account.username reblog_icon=toot.account.avatar %}
{% include "main/toot_partial.html" with toot=toot.reblog reblog=True reblog_by=toot.account.acct reblog_icon=toot.account.avatar %}
{% else %}
{% include "main/toot_partial.html" with toot=toot reblog=False %}
{% endif %}

View File

@ -17,7 +17,7 @@
<div class="content">
<p>
<strong>{{ toot.account.display_name }}</strong>
<small>@{{ toot.account.username }}</small>
<small>@{{ toot.account.acct }}</small>
<small>{{ toot.created_at |naturaltime }}</small>
{% if reblog %}
<br>