fix fork button issue
This commit is contained in:
parent
db587ae394
commit
b8028c6ccc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue