From 2341842ba0214c9351de9adbaf0e77f8789b60c9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 04 2016 07:29:40 +0000 Subject: Show the destination git and branch when showing the diff before creating the PR --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 01ae02b..e0eaad4 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -137,14 +137,13 @@ To git repo: - + {% if repo.is_fork -%}{{ repo.parent.fullname }}{% + else %}{{ repo.fullname }}{% endif %} To branch: - - - + {{ branch_to }}