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

Fix link to project from fork

parent 7ed6da54
No related branches found
No related tags found
No related merge requests found
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?
- if version = @repository.version
Loading
Loading
@@ -64,7 +64,7 @@
- if @repository.license
= link_to license_url(@project), class: 'btn btn-block' do
View license
= link_to namespace_project_compare_index_path(@project.namespace, @project, from: @repository.root_ref, to: @ref || @repository.root_ref), class: 'btn btn-block' do
Compare code
 
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