<% set_title(t("browse.#{@type}.history_title_html", :name => printable_name(@feature))) %>

<%= t("browse.#{@type}.history_title_html", :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) %>