Fix link paths for http and ssh in admin project show view
This commit is contained in:
parent
70004f4ef6
commit
368cbe3067
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue