X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/81b431ac1117aa2d684834b8561d8df1e717dab4..671355e9bc032d77e9c6a83c5f1ea95e8837e17c:/app/views/old_relations/show.html.erb?ds=sidebyside diff --git a/app/views/old_relations/show.html.erb b/app/views/old_relations/show.html.erb index a0dfae250..94e3674d8 100644 --- a/app/views/old_relations/show.html.erb +++ b/app/views/old_relations/show.html.erb @@ -4,35 +4,4 @@ <%= render :partial => "browse/relation", :object => @feature %> -
- <%= link_to t("browse.view_details"), relation_path(@feature.relation_id) %> - <% if !@feature.redacted? %> - · - <%= link_to t("browse.download_xml"), relation_version_path(*@feature.id) %> - <% elsif current_user&.moderator? %> - · - <% if !params[:show_redactions] %> - <%= link_to t("browse.view_redacted_data"), old_relation_path(*@feature.id, :params => { :show_redactions => true }) %> - <% else %> - <%= link_to t("browse.view_redaction_message"), old_relation_path(*@feature.id) %> - <% end %> - <% end %> -
- -
- <% if @feature.version > 1 %> - <%= link_to old_relation_path(@feature.relation_id, @feature.version - 1), :class => "icon-link" do %> - <%= previous_page_svg_tag :height => 11 %> - <%= "#{t('browse.version')} ##{@feature.version - 1}" %> - <% end %> - · - <% end %> - <%= link_to t("browse.view_history"), relation_history_path(@feature.relation_id) %> - <% if @feature.version < @feature.current_relation.version %> - · - <%= link_to old_relation_path(@feature.relation_id, @feature.version + 1), :class => "icon-link" do %> - <%= "#{t('browse.version')} ##{@feature.version + 1}" %> - <%= next_page_svg_tag :height => 11 %> - <% end %> - <% end %> -
+<%= render :partial => "browse/version_actions" %>