Add version number based ids to browser history pages
This commit is contained in:
parent
b5db57bfc1
commit
7bfcadd385
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<table>
|
||||
<table id="<%= node_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => node_details %>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table>
|
||||
<table id="<%= relation_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => relation_details %>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table>
|
||||
<table id="<%= way_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => way_details %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue