From 7f28fb7ab901970ba76937f1f2dae9eca1416504 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 01 2015 08:33:53 +0000 Subject: Link the username to the service/build and provide the time of the flag creation --- 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 %}