mirror of
				https://gitlab.com/brutaldon/brutaldon
				synced 2025-06-05 21:49:32 +02:00 
			
		
		
		
	Show full @reference for remote users
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user