Don't allow headings in the data browser to be split

This commit is contained in:
Tom Hughes 2011-05-05 19:29:46 +01:00
parent bdee581d44
commit 4ad5d23282
4 changed files with 7 additions and 3 deletions

View file

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

View file

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

View file

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