1 <% set_title t("browse.relation.title_html", :name => printable_name(@feature)) %>
3 <%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_name(@feature)) %>
5 <%= render :partial => "browse/relation", :object => @feature %>
7 <% unless @feature.redacted? %>
8 <div class='secondary-actions'>
9 <%= link_to t("browse.download_xml"), relation_version_path(*@feature.id) %>
13 <div class='secondary-actions'>
14 <% if @feature.version > 1 %>
15 <%= link_to "<< #{t('browse.version')} ##{@feature.version - 1}", old_relation_path(@feature.relation_id, @feature.version - 1) %>
18 <%= link_to t("browse.view_history"), relation_history_path(@feature.relation_id) %>
19 <% if @feature.version < @feature.current_relation.version %>
21 <%= link_to "#{t('browse.version')} ##{@feature.version + 1} >>", old_relation_path(@feature.relation_id, @feature.version + 1) %>