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 >
|
||||
<p >
|
||||
<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="">
|
||||
</a>
|
||||
</p>
|
||||
{% if reblog %}
|
||||
<p >
|
||||
<a href="{% url "user" reblog_by %}">
|
||||
<img loading="auto" src ="{{ reblog_icon }}" alt="">
|
||||
</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</figure>
|
||||
<div >
|
||||
<div >
|
||||
@ -38,6 +31,9 @@
|
||||
{% if reblog %}
|
||||
<br>
|
||||
Boosted by @{{ reblog_by }}
|
||||
<a href="{% url "user" reblog_by %}">
|
||||
<img class="avatar" loading="auto" src ="{{ reblog_icon }}" alt="">
|
||||
</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if toot.spoiler_text %}
|
||||
@ -152,7 +148,6 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<br>
|
||||
<p ></p>
|
||||
|
||||
</div>
|
||||
{% if not confirm_page %}
|
||||
|
Loading…
Reference in New Issue
Block a user