X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f1c6a87aa137c11d0aff5a4b0e563ac2c2a8f82d..3184bec5ae1134736f1ac683719c2a02958dd524:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 992197814..37ffa2d9a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -145,6 +145,7 @@ OpenStreetMap::Application.routes.draw do get "/welcome" => "site#welcome" get "/fixthemap" => "site#fixthemap" get "/help" => "site#help" + get "/about/:about_locale" => "site#about" get "/about" => "site#about" get "/history" => "changesets#index" get "/history/feed" => "changesets#feed", :defaults => { :format => :atom }