From d417963be70e9711a5c8d5e756c8633abcb0e6df Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 16 2015 09:03:44 +0000 Subject: Adjust the repo_info template for change in the URL format for pull-request --- diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 21419f4..506bc00 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -102,11 +102,12 @@ {% if branchname %} Request pull + username=username, repo=repo.name, + branch_to='master', branch_from=branchname) }}">Request pull {% else %} Request pull + username=username, repo=repo.name, + branch_to='master', branch_from='master') }}">Request pull {% endif %} {% endif %}