Set link to user icon in identity panel (#145)

This commit is contained in:
TAKAHASHI Shuuji 2022-12-08 01:05:33 +09:00 committed by GitHub
parent 39a40e4dae
commit 7413dab052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
{% load activity_tags %}
<div class="post user">
<img src="{{ identity.local_icon_url }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}">
<a href="{{ identity.urls.view }}">
<img src="{{ identity.local_icon_url }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}">
</a>
{% if created %}
<time>