]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/history.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / browse / history.html.erb
index b7de0093a2a2565503b05f388a22893155a479f8..0a2c1811c0d72c64465a163f2570c43ac17c9388 100644 (file)
@@ -8,7 +8,7 @@
 <%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
 
 <div class='secondary-actions'>
 <%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('browse.download_xml'), :controller => "api/old_#{@type.pluralize}", :action => "history") %>
+  <%= link_to(t("browse.download_xml"), :controller => "api/old_#{@type.pluralize}", :action => "history") %>
   &middot;
   &middot;
-  <%= link_to(t('browse.view_details'), :action => @type) %>
+  <%= link_to(t("browse.view_details"), :action => @type) %>
 </div>
 </div>