]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/feature.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / browse / feature.html.erb
index 38657f4d1fb8f976868bb375b94e0feb206b7088..6c94b0a9dfd50aa8dab39c5ec33611c29c4abd2e 100644 (file)
@@ -8,7 +8,7 @@
 <%= render :partial => @type, :object => @feature %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('browse.download_xml'), :controller => @type, :action => "read") %>
+  <%= link_to(t("browse.download_xml"), :controller => "api/#{@type.pluralize}", :action => :show) %>
   &middot;
-  <%= link_to(t('browse.view_history'), :action => "#{@type}_history") %>
+  <%= link_to(t("browse.view_history"), :action => "#{@type}_history") %>
 </div>