Frontpage redesign

This commit is contained in:
John Firebaugh 2013-07-09 15:26:04 -07:00
parent 750eb5e57e
commit 6adcce4e5d
16 changed files with 390 additions and 666 deletions

View file

@ -129,7 +129,7 @@ OpenStreetMap::Application.routes.draw do
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
match '/export' => 'site#export', :via => :get
match '/login' => 'user#login', :via => [:get, :post]
match '/logout' => 'user#logout', :via => [:get, :post]
match '/offline' => 'site#offline', :via => :get