From: Tom Hughes Date: Sat, 26 Jun 2010 14:41:37 +0000 (+0100) Subject: Add version number based ids to browser history pages X-Git-Tag: live~6275^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7bfcadd385c53a78881daa57bda45806cda4668e Add version number based ids to browser history pages --- diff --git a/app/views/browse/_node_details.html.erb b/app/views/browse/_node_details.html.erb index 80df2cd85..7f584c9b3 100644 --- a/app/views/browse/_node_details.html.erb +++ b/app/views/browse/_node_details.html.erb @@ -1,4 +1,4 @@ - +
<%= render :partial => "common_details", :object => node_details %> diff --git a/app/views/browse/_relation_details.html.erb b/app/views/browse/_relation_details.html.erb index e52c9981f..3c17e63f6 100644 --- a/app/views/browse/_relation_details.html.erb +++ b/app/views/browse/_relation_details.html.erb @@ -1,4 +1,4 @@ -
+
<%= render :partial => "common_details", :object => relation_details %> diff --git a/app/views/browse/_way_details.html.erb b/app/views/browse/_way_details.html.erb index 0344ebf64..e176f51a6 100644 --- a/app/views/browse/_way_details.html.erb +++ b/app/views/browse/_way_details.html.erb @@ -1,4 +1,4 @@ -
+
<%= render :partial => "common_details", :object => way_details %>