Merge pull request #703 from mouse-reeve/list-display-fixes

List page display fixes
This commit is contained in:
Mouse Reeve
2021-03-07 08:53:33 -08:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
{% load bookwyrm_tags %}
{% load i18n %}
<a href="{{ status.user.local_path }}">
{% include 'snippets/avatar.html' with user=status.user ariaHide="true" %}
{% include 'snippets/username.html' with user=status.user %}
</a>
{% if status.status_type == 'GeneratedNote' %}
{{ status.content | safe }}