X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a70b61315c2331c18123a0b36782d6ef6bb3ab3e..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/app/views/browse/feature.html.erb diff --git a/app/views/browse/feature.html.erb b/app/views/browse/feature.html.erb index 38657f4d1..5674f21b0 100644 --- a/app/views/browse/feature.html.erb +++ b/app/views/browse/feature.html.erb @@ -8,7 +8,7 @@ <%= render :partial => @type, :object => @feature %>
- <%= link_to(t('browse.download_xml'), :controller => @type, :action => "read") %> + <%= link_to(t('browse.download_xml'), :controller => @type.pluralize, :action => :show) %> · <%= link_to(t('browse.view_history'), :action => "#{@type}_history") %>