This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
992d3ad4ef
gitlab-org--gitlab-foss
/
app
/
views
/
projects
/
remove_fork.js.haml
3 lines
61 B
Text
Raw
Normal View
History
Unescape
Escape
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 06:24:44 -04:00
:plain
Create and use project path helpers that only need a project, no namespace
2017-06-29 13:06:35 -04:00
location.href = "#{edit_project_path(@project)}";
Copy permalink