From f22fd70b19e5d04c97d1b591a903cc200b995282 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 04 2017 09:52:29 +0000 Subject: Include the targeted branch in the list of PRs Fixes https://pagure.io/pagure/issue/2552 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index cd151f0..e91d952 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -89,6 +89,7 @@ Pull Request + To Opened Modified {% if status|lower not in ['open', 'true'] %} @@ -144,6 +145,9 @@ {% endif %} + {{ request.branch }} + + {{ request.date_created | humanize}}