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 @@ ...@@ -42,11 +42,11 @@
%li %li
%span.light http: %span.light http:
%strong %strong
= link_to @project.http_url_to_repo = link_to @project.http_url_to_repo, project_path(@project)
%li %li
%span.light ssh: %span.light ssh:
%strong %strong
= link_to @project.ssh_url_to_repo = link_to @project.ssh_url_to_repo, project_path(@project)
- if @project.repository.exists? - if @project.repository.exists?
%li %li
%span.light fs: %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