diff --git a/app/views/pull_requests/_form.html.erb b/app/views/pull_requests/_form.html.erb index f6c28488e..1366ef466 100644 --- a/app/views/pull_requests/_form.html.erb +++ b/app/views/pull_requests/_form.html.erb @@ -1,7 +1,7 @@ <%= form_tag(url_for(:controller => 'pull_requests', :action => 'create', :project_id => @project.id), :id => 'pull_request_form', :method => "post", :remote => true) do %>