From: Anton Khorev Date: Sat, 4 Jan 2025 14:11:48 +0000 (+0300) Subject: Move element version actions template to old elements directory X-Git-Tag: live~31^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ccf71302e925f4fdf1ff0b7ef52680dd4c810d50 Move element version actions template to old elements directory --- diff --git a/app/views/browse/_version_actions.erb b/app/views/old_elements/_actions.html.erb similarity index 100% rename from app/views/browse/_version_actions.erb rename to app/views/old_elements/_actions.html.erb diff --git a/app/views/old_nodes/show.html.erb b/app/views/old_nodes/show.html.erb index 093a3e7c1..ad6b75ab1 100644 --- a/app/views/old_nodes/show.html.erb +++ b/app/views/old_nodes/show.html.erb @@ -4,4 +4,4 @@ <%= render :partial => "browse/node", :object => @feature %> -<%= render :partial => "browse/version_actions" %> +<%= render :partial => "actions" %> diff --git a/app/views/old_relations/show.html.erb b/app/views/old_relations/show.html.erb index 94e3674d8..bfed1fb87 100644 --- a/app/views/old_relations/show.html.erb +++ b/app/views/old_relations/show.html.erb @@ -4,4 +4,4 @@ <%= render :partial => "browse/relation", :object => @feature %> -<%= render :partial => "browse/version_actions" %> +<%= render :partial => "actions" %> diff --git a/app/views/old_ways/show.html.erb b/app/views/old_ways/show.html.erb index 1e4d14c80..213ad13b0 100644 --- a/app/views/old_ways/show.html.erb +++ b/app/views/old_ways/show.html.erb @@ -4,4 +4,4 @@ <%= render :partial => "browse/way", :object => @feature %> -<%= render :partial => "browse/version_actions" %> +<%= render :partial => "actions" %>