Set link to user icon in identity panel (#145)
This commit is contained in:
parent
39a40e4dae
commit
7413dab052
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue