diff --git a/progit/templates/repo_master.html b/progit/templates/repo_master.html index 1012cd7..42edf73 100644 --- a/progit/templates/repo_master.html +++ b/progit/templates/repo_master.html @@ -15,8 +15,12 @@ {% if repo.is_fork %}
Forked from + {% if repo.parent.is_fork %} + + {% else %} - {{ repo.parent.name }} + {% endif %} + {{ repo.parent.fullname }}
{% endif %}