Add a landing page for "fix the map / report a problem" links

This commit is contained in:
Simon Poole 2014-01-19 13:48:27 +00:00 committed by Tom Hughes
parent c78853a97e
commit a24f52dec7
5 changed files with 71 additions and 1 deletions

View file

@ -139,6 +139,7 @@ OpenStreetMap::Application.routes.draw do
match '/copyright/:copyright_locale' => 'site#copyright', :via => :get
match '/copyright' => 'site#copyright', :via => :get
match '/welcome' => 'site#welcome', :via => :get, :as => :welcome
match '/fixthemap' => 'site#fixthemap', :via => :get, :as => :fixthemap
match '/help' => 'site#help', :via => :get, :as => :help
match '/about' => 'site#about', :via => :get, :as => :about
match '/history' => 'changeset#list', :via => :get