Repository HTTP link in admin area doesn't match text
Closed
Repository HTTP link in admin area doesn't match text
Created by: drewblessing
In the admin area if you select a repository, there is an HTTP link in the left pane. The text of the link suggests it will lead to the actual repository project page but instead of links back to the admin page for that project. That makes no sense. I think the intended results would be for the HTTP link to actually take you to the project.
Let me know if you need more specific or screenshots to help illustrate this.
Created by: dblessing
Yes, it still exists. It's somewhat hard to illustrate in a screenshot, but in the image below, notice the link labeled "http:". Notice that the link text says http:///drew.blessing/test.git.
There's actually 2 issues with this. First, my Gitlab is configured with SSL and I am accessing it via HTTPS so logically, that link text should read https://. Second, if you hover over that link you see that the href is actually https:///admin/projects/drew.blessing/test. In my opinion, the link should take me to the project itself. What do you think?
By Administrator on 2013-05-21T20:28:55 (imported from GitLab project)
Created by: dblessing
You know what? After looking at that again I don't think it should do what I'm recommending either. However, something just isn't right. Either that shouldn't be an actual clickable link, or it should match the text exactly IMO. Understanding of course that having a link exactly matching the text won't give you a valid loadable page since it's .git. Same thing goes for the SSH link probably.
By Administrator on 2013-05-22T00:04:23 (imported from GitLab project)
Created by: jvanbaarsen
It's been at least 2 weeks (and a new release) since we heard from you. I'm closing this issue but if you still experience this problem, please open a new issue (but also reference the old issue(s)). Make sure to also include the necessary debugging information conforming to the issue tracker guidelines found in our contributing guidelines. /cc @dosire
By Administrator on 2013-12-06T19:30:57 (imported from GitLab project)