From 75087214aacbb04db823cf1a533a7686f48f34a5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 07 2015 09:36:47 +0000 Subject: Fix displaying the time of a comment Fixes https://pagure.io/pagure/issue/146 --- diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index d9c46f7..9d7c071 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -68,7 +68,9 @@ {{ comment.user.user | avatar(16) | safe }} {{ comment.user.user }} - - {{ comment.date_created | humanize}} + - {{ comment.date_created | humanize}} ΒΆ