Add about page
This commit is contained in:
parent
681022443e
commit
3ebad9ec2f
16 changed files with 254 additions and 1 deletions
|
@ -127,6 +127,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
match '/copyright' => 'site#copyright', :via => :get
|
||||
match '/welcome' => 'site#welcome', :via => :get, :as => :welcome
|
||||
match '/help' => 'site#help', :via => :get, :as => :help
|
||||
match '/about' => 'site#about', :via => :get, :as => :about
|
||||
match '/history' => 'changeset#list', :via => :get
|
||||
match '/history/feed' => 'changeset#feed', :via => :get, :defaults => { :format => :atom }
|
||||
match '/export' => 'site#export', :via => :get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue