Update
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% if parent_author %}<span class="comment-reply-to">↳ @{{ parent_author.get('username', '') }}</span>{% endif %}
|
||||
<span class="comment-time">{{ dt_ago(item.comment.get('created_at')) if item.comment.get('created_at') else item.time_ago }}</span>
|
||||
</div>
|
||||
<div class="comment-text rendered-content" data-raw="{{ item.comment['content'] }}">{{ render_content(item.comment['content']) }}</div>
|
||||
<div class="comment-text rendered-content" data-raw="{{ item.comment['content'] }}">{{ render_content(item.comment['content'], author_is_admin=is_admin(item.author)) }}</div>
|
||||
{% set attachments = item.get('attachments', []) %}
|
||||
{% if attachments %}
|
||||
{% include "_attachment_display.html" %}
|
||||
|
||||
Reference in New Issue
Block a user