diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 53315de..ed4874f 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -11,7 +11,7 @@ {% else %} {% endif %} - {{ repo.name }} + {{ repo.fullname }} {% if branchname %} ({{ branchname }}) {% endif %}