adding new verify page, updating graphics.

This commit is contained in:
Saman Bemel-Benrud 2013-07-31 11:41:48 -04:00 committed by John Firebaugh
parent 580d25b971
commit ad60ee5c9c
12 changed files with 1799 additions and 317 deletions

View file

@ -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 '/verifysignup' => 'site#verifysignup', :via => :get, :as => :verifysignup
match '/history' => 'changeset#list', :via => :get
match '/history/feed' => 'changeset#feed', :via => :get, :format => :atom
match '/export' => 'site#index', :export => true, :via => :get