mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
Moved reblogger avatar, now located next to "reblogged by"
This commit is contained in:
parent
51ebfee3a1
commit
904dadfc2b
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user