Add about page

This commit is contained in:
John Firebaugh 2013-10-01 13:52:58 -07:00
parent 681022443e
commit 3ebad9ec2f
16 changed files with 254 additions and 1 deletions

View file

@ -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