Improve the layout of the object browser views.
This commit is contained in:
parent
0cb97bd7d9
commit
398d5fa329
26 changed files with 358 additions and 143 deletions
8
app/views/browse/_containing_relation.rhtml
Normal file
8
app/views/browse/_containing_relation.rhtml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue