X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/231177aa29c8c09135d9921956341a5f477cbb7b..0cd18eb02f853bfa93673f046b793bd53ac5aa68:/app/controllers/old_relations_controller.rb diff --git a/app/controllers/old_relations_controller.rb b/app/controllers/old_relations_controller.rb index 8c73eba24..ec256d6af 100644 --- a/app/controllers/old_relations_controller.rb +++ b/app/controllers/old_relations_controller.rb @@ -10,6 +10,6 @@ class OldRelationsController < OldElementsController @type = "relation" @feature = OldRelation.preload(:old_tags, :changeset => [:changeset_tags, :user], :old_members => :member).find([params[:id], params[:version]]) rescue ActiveRecord::RecordNotFound - render :action => "not_found", :status => :not_found + render "browse/not_found", :status => :not_found end end