]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Fix #2402
[rails.git] / config / routes.rb
index 58c05da171e3c2628179d9ab543d7b3d42553306..2c904fc48822826308989b433986434f3839968f 100644 (file)
@@ -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 }