mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Moved reblogger avatar, now located next to "reblogged by"
This commit is contained in:
@@ -14,17 +14,10 @@
|
|||||||
<figure >
|
<figure >
|
||||||
<p >
|
<p >
|
||||||
<a href="{% url "user" toot.account.acct %}">
|
<a href="{% url "user" toot.account.acct %}">
|
||||||
<img loading="auto" src="{{ toot.account.avatar_static }}"
|
<img class="avatar" loading="auto" src="{{ toot.account.avatar_static }}"
|
||||||
alt="">
|
alt="">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{% if reblog %}
|
|
||||||
<p >
|
|
||||||
<a href="{% url "user" reblog_by %}">
|
|
||||||
<img loading="auto" src ="{{ reblog_icon }}" alt="">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
</figure>
|
</figure>
|
||||||
<div >
|
<div >
|
||||||
<div >
|
<div >
|
||||||
@@ -38,6 +31,9 @@
|
|||||||
{% if reblog %}
|
{% if reblog %}
|
||||||
<br>
|
<br>
|
||||||
Boosted by @{{ reblog_by }}
|
Boosted by @{{ reblog_by }}
|
||||||
|
<a href="{% url "user" reblog_by %}">
|
||||||
|
<img class="avatar" loading="auto" src ="{{ reblog_icon }}" alt="">
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% if toot.spoiler_text %}
|
{% if toot.spoiler_text %}
|
||||||
@@ -152,7 +148,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br>
|
<br>
|
||||||
<p ></p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% if not confirm_page %}
|
{% if not confirm_page %}
|
||||||
|
Reference in New Issue
Block a user