diff --git a/src/templates/nodes/custom/comment/_macros.pug b/src/templates/nodes/custom/comment/_macros.pug index 67bbfd8f..ff7e10d7 100644 --- a/src/templates/nodes/custom/comment/_macros.pug +++ b/src/templates/nodes/custom/comment/_macros.pug @@ -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 }}") *