]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/old_ways_controller.rb
Merge pull request #5501 from openstreetmap/dependabot/npm_and_yarn/qs-6.14.0
[rails.git] / app / controllers / old_ways_controller.rb
index e7b0fed6edf3e51f0dd4e9ae619f1b1874f26a7b..1b3ebd747147d18e1502b51a6dd5eac08550499a 100644 (file)
@@ -10,6 +10,6 @@ class OldWaysController < OldElementsController
     @type = "way"
     @feature = OldWay.preload(:old_tags, :changeset => [:changeset_tags, :user], :old_nodes => { :node => [:node_tags, :ways] }).find([params[:id], params[:version]])
   rescue ActiveRecord::RecordNotFound
-    render :action => "not_found", :status => :not_found
+    render "browse/not_found", :status => :not_found
   end
 end