X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1fa2972bcd72a26e5b890316e39eec635aedd796..d86d2067ee4550bf3de671ebff1c1266d24aa076:/app/views/old_ways/show.html.erb diff --git a/app/views/old_ways/show.html.erb b/app/views/old_ways/show.html.erb index b16c6b291..1e4d14c80 100644 --- a/app/views/old_ways/show.html.erb +++ b/app/views/old_ways/show.html.erb @@ -4,28 +4,4 @@ <%= render :partial => "browse/way", :object => @feature %> -
- <% unless @feature.redacted? %> - <%= link_to t("browse.download_xml"), way_version_path(*@feature.id) %> - · - <% end %> - <%= link_to t("browse.view_details"), way_path(@feature.way_id) %> -
- -
- <% if @feature.version > 1 %> - <%= link_to old_way_path(@feature.way_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"), way_history_path(@feature.way_id) %> - <% if @feature.version < @feature.current_way.version %> - · - <%= link_to old_way_path(@feature.way_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" %>