From f3f9e38579ebe8487bed6301836b03c26d014049 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 21 2015 11:53:29 +0000 Subject: Add a button to create remote pull-request from the front page --- diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 4c7e49f..6665745 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -138,6 +138,13 @@ {% if repo_admin %}Request pull{% else %}Compare{% endif %} + {% elif authenticated %} + + + Open a remote pull-request + + {% endif %} {% if repo_admin and branchname and branchname != 'master' %}