From 828527dae5804e7dc736a25721272fcf18b03339 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 26 2018 10:37:19 +0000 Subject: Fix the last modified date on the PR list last_updated is changed automatically every time this row of the table is updated (for example when the cached merged status is cleared). updated_on is manually updated when there was a changed made to the PR that is of interest for the user Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/_render_pullrequests.html b/pagure/templates/_render_pullrequests.html index 3d4a3e5..f886ce2 100644 --- a/pagure/templates/_render_pullrequests.html +++ b/pagure/templates/_render_pullrequests.html @@ -93,8 +93,8 @@ }}">{{ request.date_created | humanize}} by {{ request.user.user }}. Modified {{ request.last_updated | humanize}} + request.updated_on | format_datetime + }}">{{ request.updated_on | humanize}} {% endif %} {% if showproject %}