Commit 368cbe30 authored by Jeremy Maziarz's avatar Jeremy Maziarz

Fix link paths for http and ssh in admin project show view

parent 70004f4e
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment