<% 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>