]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/history.html.erb
Pluralize old_ controllers
[rails.git] / app / views / browse / history.html.erb
index 5f5dd4db3274b789890cac68a562ad72cfd3e191..6cf0a35698fc6e8eadcdf9337a54692a0dc9665b 100644 (file)
@@ -8,7 +8,7 @@
 <%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('browse.download_xml'), :controller => "old_#{@type}", :action => "history") %>
+  <%= link_to(t('browse.download_xml'), :controller => "old_#{@type.pluralize}", :action => "history") %>
   &middot;
   <%= link_to(t('browse.view_details'), :action => @type) %>
 </div>