Typo (one bracket too much)
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
.comment-time
|
.comment-time
|
||||||
| {{ comment._created | pretty_date_time }}
|
| {{ comment._created | pretty_date_time }}
|
||||||
| {% if comment._created != comment._updated %}
|
| {% if comment._created != comment._updated %}
|
||||||
span(title="edited {{ comment._updated | pretty_date_time }})") *
|
span(title="edited {{ comment._updated | pretty_date_time }}") *
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% for reply in comment['_replies']['_items'] %}
|
| {% for reply in comment['_replies']['_items'] %}
|
||||||
|
Reference in New Issue
Block a user