Add a landing page for "fix the map / report a problem" links
This commit is contained in:
parent
c78853a97e
commit
a24f52dec7
5 changed files with 71 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue