Skip to content
Snippets Groups Projects
Commit 1667861e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix link to project from fork

parent e716e437
No related branches found
No related tags found
2 merge requests!9741test,!9321Git gc
Loading
Loading
@@ -44,7 +44,7 @@
%i.fa.fa-code-fork.project-fork-icon
Forked from:
%br
= link_to @project.forked_from_project.name_with_namespace, namespace_project_path(@project.namespace, @project.forked_from_project)
= link_to @project.forked_from_project.name_with_namespace, project_path(@project.forked_from_project)
 
- unless @project.empty_repo?
= link_to namespace_project_compare_index_path(@project.namespace, @project, from: @repository.root_ref, to: @ref || @repository.root_ref), class: 'btn btn-block' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment