X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..3f62d67684261b724a5a536be0260ce44654c828:/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