Skip to content

Link paths for http and ssh in the admin project show view are incorrect

Jeremy Maziarz requested to merge (removed):fix-admin-project-urls into master

The link paths for http and ssh in the admin project show view are incorrect. Clicking on them effectively reloads the page. I think the intent is to have the links point to the project dashboard.

Incorrect: http://gitlab.example.com/admin/projects/[namespace]/[project] Correct: http://gitlab.example.com/[namespace]/[project]

Merge request reports