Fix erblint warning

This commit is contained in:
Tom Hughes 2023-12-19 12:12:21 +00:00
parent 293a44250f
commit 21ba79b861

View file

@ -2,7 +2,7 @@
<%= render "sidebar_header", :title => t("browse.#{@type}.history_title_html", :name => printable_name(@feature)) %>
<%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
<%= 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") %>