Merge remote-tracking branch 'upstream/master' into routing-merge
Conflicts: app/assets/javascripts/index.js config/locales/en.yml
This commit is contained in:
commit
0cb475cc1a
29 changed files with 601 additions and 162 deletions
|
@ -157,6 +157,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
match '/offline' => 'site#offline', :via => :get
|
||||
match '/key' => 'site#key', :via => :get
|
||||
match '/id' => 'site#id', :via => :get
|
||||
match '/query' => 'browse#query', :via => :get
|
||||
match '/user/new' => 'user#new', :via => :get
|
||||
match '/user/new' => 'user#create', :via => :post
|
||||
match '/user/terms' => 'user#terms', :via => :get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue