]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/feature.html.erb
More resourceful routing for nodes, ways, relations and changesets controllers
[rails.git] / app / views / browse / feature.html.erb
index c3fadbe312e26a516fcb2d623f9bc3cf0a48dc75..5674f21b08af018a16be415be697abb45fee47d6 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 => "read") %>
+  <%= link_to(t('browse.download_xml'), :controller => @type.pluralize, :action => :show) %>
   &middot;
   <%= link_to(t('browse.view_history'), :action => "#{@type}_history") %>
 </div>