diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index c98ec26..a94237b 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -10,7 +10,12 @@

- {% if repo.is_fork %}{% endif %}{{ repo.fullname }} + {% if repo.is_fork -%} + + {{ repo.user.user }}/{{ repo.name}} + {%- else -%} + {{ repo.name }} + {%- endif -%} {% if authenticated and not repo.is_fork %}