Don't allow headings in the data browser to be split
This commit is contained in:
parent
bdee581d44
commit
4ad5d23282
4 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<table id="<%= node_details.version %>">
|
||||
<table class="browse_details" id="<%= node_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => node_details %>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table id="<%= relation_details.version %>">
|
||||
<table class="browse_details" id="<%= relation_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => relation_details %>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table id="<%= way_details.version %>">
|
||||
<table class="browse_details" id="<%= way_details.version %>">
|
||||
|
||||
<%= render :partial => "common_details", :object => way_details %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue