Add help page
This commit is contained in:
parent
aaeca5b534
commit
33a6b79bd7
6 changed files with 83 additions and 17 deletions
|
@ -126,6 +126,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 '/help' => 'site#help', :via => :get, :as => :help
|
||||
match '/history' => 'changeset#list', :via => :get
|
||||
match '/history/feed' => 'changeset#feed', :via => :get, :defaults => { :format => :atom }
|
||||
match '/export' => 'site#index', :export => true, :via => :get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue