Put pretty route for /copyright/locale first
This commit is contained in:
parent
73b8e6f0ad
commit
3121d1b5a0
1 changed files with 1 additions and 1 deletions
|
@ -95,8 +95,8 @@ OpenStreetMap::Application.routes.draw do
|
||||||
# web site
|
# web site
|
||||||
root :to => 'site#index'
|
root :to => 'site#index'
|
||||||
match '/edit' => 'site#edit'
|
match '/edit' => 'site#edit'
|
||||||
match '/copyright' => 'site#copyright'
|
|
||||||
match '/copyright/:copyright_locale' => 'site#copyright'
|
match '/copyright/:copyright_locale' => 'site#copyright'
|
||||||
|
match '/copyright' => 'site#copyright'
|
||||||
match '/history' => 'changeset#list'
|
match '/history' => 'changeset#list'
|
||||||
match '/history/feed' => 'changeset#feed', :format => :atom
|
match '/history/feed' => 'changeset#feed', :format => :atom
|
||||||
match '/export' => 'site#export'
|
match '/export' => 'site#export'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue