Only display tiny actor icon for shares
This commit is contained in:
parent
63073279e1
commit
505abd7da8
5 changed files with 5 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
<div class="actor-action">
|
||||
With {% for actor in actors %}
|
||||
<a href="{{ url_for("admin_profile") }}?actor_id={{ actor.ap_id }}">
|
||||
{{ utils.display_tiny_actor_icon(actor) }} {{ actor.handle }}
|
||||
{{ actor.handle }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue