From 243d1d32259b4a0d1c6ac1a44fbb8db69e910777 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 26 2016 15:38:12 +0000 Subject: Link the branch from and branch to in the PR page --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 56e12b6..25720e6 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -55,10 +55,28 @@ From {{ pull_request.project_from.fullname or pull_request.remote_git}} - {{ pull_request.branch_from }} + + + {{ pull_request.branch_from }} + + into {{ pull_request.project.fullname }} - {{ pull_request.branch }} + + + {{ pull_request.branch }} + +