gitlab-org--gitlab-foss/app/views/projects/remove_fork.js.haml
Han Loong Liauw df99ddbba1 Adds ability to remove the forked relationship
This was previously possible through the API but can now be done
through the project#edit settings screen if the current user is
the owner of the project.
Update changelog
2015-10-13 21:42:17 +11:00

2 lines
91 B
Text

:plain
location.href = "#{edit_namespace_project_path(@project.namespace, @project)}";