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 }}