]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/changeset.html.erb
Move the api methods from changesets_controller into the api namespaced controller
[rails.git] / app / views / browse / changeset.html.erb
index 0b73fa083d62bdaea53a90148abc799b4eab448d..1328461d77c0e3c574061f80b195f959775dacc5 100644 (file)
 <% end %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('.changesetxml'), :controller => "changesets", :action => "show") %>
+  <%= link_to(t('.changesetxml'), :controller => "api/changesets", :action => "show") %>
   &middot;
-  <%= link_to(t('.osmchangexml'), :controller => "changesets", :action => "download") %>
+  <%= link_to(t('.osmchangexml'), :controller => "api/changesets", :action => "download") %>
 </div>