This commit is contained in:
rimu 2024-12-30 13:08:40 +13:00
parent 6f53afd4b9
commit 4d2ad699c8

View file

@ -9,7 +9,7 @@
{% endif -%} {% endif -%}
</div> </div>
{% else -%} {% else -%}
<div class="thumbnail{{ ' lbw' if low_bandwidth }}" aria-hidden="true"> <div class="col_thumbnail thumbnail{{ ' lbw' if low_bandwidth }}" aria-hidden="true">
<a href="{{ url_for('activitypub.post_ap', post_id=post.id, sort='new' if sort == 'active' else None) }}"><span class="fe fe-poll"></span></a> <a href="{{ url_for('activitypub.post_ap', post_id=post.id, sort='new' if sort == 'active' else None) }}"><span class="fe fe-poll"></span></a>
</div> </div>
{% endif -%} {% endif -%}