1 <% set_title(t("browse.#{@type}.title_html", :name => printable_name(@feature))) %>
4 <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
5 <%= t("browse.#{@type}.title_html", :name => printable_name(@feature)) %>
8 <%= render :partial => @type, :object => @feature %>
10 <div class='secondary-actions'>
11 <%= link_to(t("browse.download_xml"), :controller => "api/#{@type.pluralize}", :action => :show) %>
13 <%= link_to(t("browse.view_history"), :action => "#{@type}_history") %>