Commit b8028c6c authored by James Lopez's avatar James Lopez

fix fork button issue

parent db587ae3
......@@ -354,7 +354,7 @@ module BlobHelper
elsif display_modify_blob?(blob, project, ref)
edit_link_tag(text, edit_path, common_classes)
elsif user_can_fork_project?(project)
edit_fork_button_tag(common_classes, project, text, edit_path)
edit_fork_button_tag(common_classes, project, text, edit_blob_fork_params(edit_path))
end
end
end
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