mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Fix link paths for http and ssh in admin project show view
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user