From 7bfcadd385c53a78881daa57bda45806cda4668e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 26 Jun 2010 15:41:37 +0100 Subject: [PATCH] Add version number based ids to browser history pages --- app/views/browse/_node_details.html.erb | 2 +- app/views/browse/_relation_details.html.erb | 2 +- app/views/browse/_way_details.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %> -- 2.43.2