gitlab-org--gitlab-foss/app/views/projects/forks
Bob Van Landuyt 299c543973 Redirect to an already forked project if it exists
Before the we would try to `POST` to the project path, which would
result in a 404, because that `POST` is not supported.

By changing this back to a normal link, not not handled in JS, we can
immeadiatly redirect.
2017-11-29 15:41:22 +01:00
..
_fork_button.html.haml Redirect to an already forked project if it exists 2017-11-29 15:41:22 +01:00
_projects.html.haml Refactor projects list 2016-03-03 13:09:58 +01:00
error.html.haml Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
index.html.haml Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
new.html.haml Redirect to an already forked project if it exists 2017-11-29 15:41:22 +01:00