From 2ffc7ad53d0281cf05a0480edf8d34bb89fa6409 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 05 2017 16:13:18 +0000 Subject: Use the updated timestamp in the pull-request list Using the updated_on timestamp instead of the last_updated we are able to give the users a better idea of when exactly the PR got updated. The last_updated field is updated when any other PR is merged since then the merge_status cached value is reset. Fixes https://pagure.io/pagure/issue/2725 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index e91d952..fb20ce4 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -153,7 +153,7 @@ {{ - request.last_updated | humanize}} + request.updated_on | humanize}} {% if status|lower not in ['open', 'true'] %}