8 lines
269 B
Text
8 lines
269 B
Text
<tr>
|
|
<td>
|
|
<%= link_to "Relation " + containing_relation.id.to_s, :action => "relation", :id => containing_relation.id.to_s %>
|
|
<% unless containing_relation.member_role.blank? %>
|
|
(as <%= h(containing_relation.member_role) %>)
|
|
<% end %>
|
|
</td>
|
|
</tr>
|