Comments: Display actual date on mouse over (not pretty_date)

This commit is contained in:
Pablo Vazquez 2017-11-02 15:38:37 +01:00
parent 545165c97f
commit 04f7869e8e

View File

@ -39,7 +39,7 @@
| {{ _("Cancel") }}
| {% endif %}
.comment-time
.comment-time(title='{{ comment._created }}')
| {{ comment._created | pretty_date_time }}
| {% if comment._created != comment._updated %}
span(title="{{ _('edited') }} {{ comment._updated | pretty_date_time }}") *