Improve the layout of the object browser views.

This commit is contained in:
Tom Hughes 2008-06-24 16:44:45 +00:00
parent 0cb97bd7d9
commit 398d5fa329
26 changed files with 358 additions and 143 deletions

View file

@ -0,0 +1,8 @@
<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>