projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't allow headings in the data browser to be split
[rails.git]
/
app
/
views
/
browse
/
_way_details.html.erb
diff --git
a/app/views/browse/_way_details.html.erb
b/app/views/browse/_way_details.html.erb
index 0344ebf64bd8c94c38f2dd5eb54a123c59c878d8..2b284cf3c92df597b40b1448b88002990d329ad0 100644
(file)
--- a/
app/views/browse/_way_details.html.erb
+++ b/
app/views/browse/_way_details.html.erb
@@
-1,4
+1,4
@@
-<table>
+<table
class="browse_details" id="<%= way_details.version %>"
>
<%= render :partial => "common_details", :object => way_details %>