Merge branch 'master' into notes
Conflicts: app/assets/javascripts/browse.js app/assets/javascripts/map.js.erb app/assets/stylesheets/common.css.scss app/views/site/index.html.erb
This commit is contained in:
commit
78f608b114
133 changed files with 11330 additions and 2143 deletions
|
@ -225,6 +225,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
# export
|
||||
match '/export/start' => 'export#start', :via => :get
|
||||
match '/export/finish' => 'export#finish', :via => :post
|
||||
match '/export/embed' => 'export#embed', :via => :get
|
||||
|
||||
# messages
|
||||
match '/user/:display_name/inbox' => 'message#inbox', :via => :get, :as => "inbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue