From 3fc2bd26b860076d87c29ece0e321c88cb7ffac9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2014 12:24:12 +0000 Subject: Add in the project menu a link to see the pull-requests of the project or fork --- diff --git a/progit/templates/repo_master.html b/progit/templates/repo_master.html index c3e7ca6..7e61cf6 100644 --- a/progit/templates/repo_master.html +++ b/progit/templates/repo_master.html @@ -60,6 +60,15 @@ {% endif %} Issues +
  • + {% if '/fork/' in request.url %} + + {% else %} + + {% endif %} + Pull-requests +