diff --git a/app/views/rb_server_variables/show.js.erb b/app/views/rb_server_variables/show.js.erb index e4bec2d1c1..5e8d90e051 100644 --- a/app/views/rb_server_variables/show.js.erb +++ b/app/views/rb_server_variables/show.js.erb @@ -23,7 +23,7 @@ RB.urlFor = function(route_name, options){ } RB.routes = { - update_sprint: '<%= url_for(:controller => 'rb_sprints', :action => 'update', :id => ":id") %>', + update_sprint: '<%= url_for(:controller => 'rb_sprints', :action => 'update', :sprint_id => ":id") %>', create_story: '<%= url_for(:controller => 'rb_stories', :action => 'create') %>', update_story: '<%= url_for(:controller => 'rb_stories', :action => 'update', :id => ":id") %>',