summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Maziarz <jeremy.maziarz@gmail.com>2014-10-06 19:19:21 -0400
committerJeremy Maziarz <jeremy.maziarz@gmail.com>2014-10-06 19:19:21 -0400
commit368cbe30675edeffbe90f494806d6f9e6b34c7ee (patch)
tree67ecb15e5f0714a52359c75a26ba7e72889301e5
parent70004f4ef6160e788e6a600b9da06608c8559aa2 (diff)
downloadgitlab-ce-368cbe30675edeffbe90f494806d6f9e6b34c7ee.tar.gz
Fix link paths for http and ssh in admin project show view
-rw-r--r--app/views/admin/projects/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 6d536199851..c7ea430acfd 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -42,11 +42,11 @@
%li
%span.light http:
%strong
- = link_to @project.http_url_to_repo
+ = link_to @project.http_url_to_repo, project_path(@project)
%li
%span.light ssh:
%strong
- = link_to @project.ssh_url_to_repo
+ = link_to @project.ssh_url_to_repo, project_path(@project)
- if @project.repository.exists?
%li
%span.light fs: