Admin's project view uses wrong URL for ssh
When viewing a projects page using the admin view (https://..../admin/projects/group/project) there is a column on the left with both the HTTP and SSH URL. But when right clicking the SSH-URL to copy&paste it it will copy the HTTP one. The generated HTML seems to be wrong here?
<a href="/group/project" data-....>git@url:group/project.git</a>
Or is that intended? If that is the case I would like to propose a change here as it can be quite confusing.
Edited by James Ramsay (ex-GitLab)
