Comments: Display actual date on mouse over (not pretty_date)
This commit is contained in:
parent
545165c97f
commit
04f7869e8e
@ -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 }}") *
|
||||
|
Loading…
x
Reference in New Issue
Block a user