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

This commit is contained in:
Jeremy Maziarz 2014-10-06 19:19:21 -04:00
parent 70004f4ef6
commit 368cbe3067

View file

@ -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: