]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/feature.html.erb
Merge remote-tracking branch 'upstream/pull/2167'
[rails.git] / app / views / browse / feature.html.erb
index 5674f21b08af018a16be415be697abb45fee47d6..d21d8d0c2b3d513d0b13af3d792fb87e62cef75a 100644 (file)
@@ -8,7 +8,7 @@
 <%= render :partial => @type, :object => @feature %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('browse.download_xml'), :controller => @type.pluralize, :action => :show) %>
+  <%= link_to(t('browse.download_xml'), :controller => "api/#{@type.pluralize}", :action => :show) %>
   &middot;
   <%= link_to(t('browse.view_history'), :action => "#{@type}_history") %>
 </div>