% set_title(t("browse.#{@type}.history_title", :name => printable_name(@feature))) %>
<%= raw t("browse.#{@type}.history_title", :name => printable_name(@feature)) %>
<%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
<%= link_to(t("browse.download_xml"), :controller => "api/old_#{@type.pluralize}", :action => "history") %>
·
<%= link_to(t("browse.view_details"), :action => @type) %>