1 <% if relation_details.redacted? %>
2 <p><%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.relation'), :redaction_link => link_to(t('browse.redacted.redaction', :id => relation_details.redaction.id), relation_details.redaction), :version => relation_details.version %></p>
4 <table class="browse_details" id="<%= relation_details.version %>">
6 <%= render :partial => "common_details", :object => relation_details %>
8 <% unless relation_details.relation_members.empty? %>
10 <th><%= t'browse.relation_details.members' %></th>
12 <table cellpadding="0">
13 <%= render :partial => "relation_member", :collection => relation_details.relation_members %>
19 <% unless relation_details.containing_relation_members.empty? %>
21 <th><%= t'browse.relation_details.part_of' %></th>
23 <table cellpadding="0">
24 <%= render :partial => "containing_relation", :collection => relation_details.containing_relation_members %>