From f3bc46a27a57a63559f35589b986d001b463059f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2014 10:51:57 +0000 Subject: Adjust the link to create pull-requests in the repo_info template --- diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 90f98b9..c238e1f 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -129,7 +129,7 @@ {% endif %} {% if diff_commits %} - Request pull {% endif %} @@ -149,7 +149,7 @@ {{ commit.message.split('\n')[0] }} {% if diff_commits and commit.oid.hex in diff_commits %} * - (Request pull) {% endif %}