+<div class="browse_details" id="<%= node_details.version %>">
<% if node_details.redacted? %>
-<p><%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.node'), :redaction_link => link_to(t('browse.redacted.redaction', :id => node_details.redaction.id), node_details.redaction), :version => node_details.version %></p>
+ <div class='browse-section'>
+ <%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.node'), :redaction_link => link_to(t('browse.redacted.redaction', :id => node_details.redaction.id), node_details.redaction), :version => node_details.version %>
+ </div>
<% else %>
-<div class="browse_details" id="<%= node_details.version %>">
-
<%= render :partial => "common_details", :object => node_details %>
<% if node_details.visible -%>
</ul>
</div>
<% end %>
-
-</div>
<% end %>
+</div>