X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/48d5d0730bef794518fd0226c32f87fe90c57c9d..9f7ec064e448a745e0ea2615a089f0988215dec6:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 58c05da17..2c904fc48 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -146,6 +146,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 }