X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..66f519d9ccc0efb15645e089c83d2f65ae328ce5:/app/controllers/old_nodes_controller.rb?ds=sidebyside diff --git a/app/controllers/old_nodes_controller.rb b/app/controllers/old_nodes_controller.rb index 288322eea..3b187e4ab 100644 --- a/app/controllers/old_nodes_controller.rb +++ b/app/controllers/old_nodes_controller.rb @@ -10,6 +10,6 @@ class OldNodesController < OldElementsController @type = "node" @feature = OldNode.preload(:old_tags, :changeset => [:changeset_tags, :user]).find([params[:id], params[:version]]) rescue ActiveRecord::RecordNotFound - render :action => "not_found", :status => :not_found + render "browse/not_found", :status => :not_found end end