Add version number based ids to browser history pages

This commit is contained in:
Tom Hughes 2010-06-26 15:41:37 +01:00
parent b5db57bfc1
commit 7bfcadd385
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<table> <table id="<%= node_details.version %>">
<%= render :partial => "common_details", :object => node_details %> <%= render :partial => "common_details", :object => node_details %>

View file

@ -1,4 +1,4 @@
<table> <table id="<%= relation_details.version %>">
<%= render :partial => "common_details", :object => relation_details %> <%= render :partial => "common_details", :object => relation_details %>

View file

@ -1,4 +1,4 @@
<table> <table id="<%= way_details.version %>">
<%= render :partial => "common_details", :object => way_details %> <%= render :partial => "common_details", :object => way_details %>