From 557a7ab3dbe3250c95731044a354193e372aeca5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 10 2018 09:21:50 +0000 Subject: Use the manually updated updated_on field rather than last_updated Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/repo_pull_request.html b/pagure/templates/repo_pull_request.html index 65648a1..294632e 100644 --- a/pagure/templates/repo_pull_request.html +++ b/pagure/templates/repo_pull_request.html @@ -56,8 +56,8 @@ Opened {{ pull_request.date_created |humanize }} by {{ pull_request.user.user }}. - - Modified {{ pull_request.last_updated |humanize }} + + Modified {{ pull_request.updated_on |humanize }} {% elif pull_request.status == 'Merged' %}