From 04f7869e8e2f48a07893811900e4b82c3c419ee0 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 2 Nov 2017 15:38:37 +0100 Subject: [PATCH] Comments: Display actual date on mouse over (not pretty_date) --- src/templates/nodes/custom/comment/_macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}") *