diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 20f34c6..f465bfe 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -171,7 +171,7 @@
Source Code
{% if g.authenticated and g.repo_committer %} - {{ print_ssh_url(repo, g.fas_user.username) }} + {{ print_ssh_url(repo, "", g.fas_user.username) }} {% endif %}