% 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 => "old_#{@type}", :action => "history") %>
  ·
  <%= link_to(t('browse.view_details'), :action => @type) %>