Collapse long review text

This commit is contained in:
Mouse Reeve
2020-11-12 11:40:20 -08:00
parent ad948e7313
commit 23ef1e8b7d
6 changed files with 35 additions and 30 deletions

View File

@ -16,7 +16,7 @@
{% endif %}
{% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Boost' %}
<blockquote>{{ status.content | safe }}</blockquote>
{% include 'snippets/trimmed_text.html' with full=status.content|safe %}
{% endif %}
</div>