diff --git a/progit/templates/repo_master.html b/progit/templates/repo_master.html index fbb150c..00506c9 100644 --- a/progit/templates/repo_master.html +++ b/progit/templates/repo_master.html @@ -69,6 +69,7 @@ {% endif %} Pull-requests + {% if repo.forks %}
  • {% if '/fork/' in request.url %} @@ -77,9 +78,10 @@ {% else %} {% endif %} - Forks + Forks ({{ repo.forks |length }})
  • {% endif %} +