1 <% set_title(t("browse.#{@type}.history_title_html", :name => printable_name(@feature))) %>
 
   3 <%= render "sidebar_header", :title => t("browse.#{@type}.history_title_html", :name => printable_name(@feature)) %>
 
   5 <%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>
 
   7 <div class='secondary-actions'>
 
   8   <%= link_to(t("browse.download_xml"), :controller => "api/old_#{@type.pluralize}", :action => "history") %>
 
  10   <%= link_to(t("browse.view_details"), :action => @type) %>