Commit be6bcbe2 authored by Cagdas Gerede's avatar Cagdas Gerede

Temporary change

parent 3b91c927
...@@ -29,7 +29,6 @@ class Projects::ForksController < Projects::ApplicationController ...@@ -29,7 +29,6 @@ class Projects::ForksController < Projects::ApplicationController
end end
def new def new
return authenticate_user! unless current_user
@namespaces = current_user.manageable_namespaces @namespaces = current_user.manageable_namespaces
@namespaces.delete(@project.namespace) @namespaces.delete(@project.namespace)
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