Move the api methods from changesets_controller into the api namespaced controller
This commit is contained in:
parent
f4e2990526
commit
1778fa3d9c
7 changed files with 2404 additions and 2352 deletions
|
@ -137,7 +137,7 @@
|
|||
<% end %>
|
||||
|
||||
<div class='secondary-actions'>
|
||||
<%= link_to(t('.changesetxml'), :controller => "changesets", :action => "show") %>
|
||||
<%= link_to(t('.changesetxml'), :controller => "api/changesets", :action => "show") %>
|
||||
·
|
||||
<%= link_to(t('.osmchangexml'), :controller => "changesets", :action => "download") %>
|
||||
<%= link_to(t('.osmchangexml'), :controller => "api/changesets", :action => "download") %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue