diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index a74be85..c06b98e 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -143,8 +143,11 @@ {% for flag in pull_request.flags %} {{ flag.percent }}% - {{ flag.username }} + {{ flag.username }} {{ flag.comment }} + + {{ flag.date_created | humanize }} + {% endfor %}