Skip to content

Commit

Permalink
Extend containing relation fix to nested relations
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 15, 2024
1 parent b42c260 commit 065e9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/browse/_relation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<details <%= "open" if relation.containing_relation_members.count < 10 %>>
<summary><%= t "browse.part_of_relations", :count => relation.containing_relation_members.uniq.count %></summary>
<ul class="list-unstyled">
<%= render :partial => "containing_relation", :collection => relation.containing_relation_members.uniq %>
<%= render :partial => "browse/containing_relation", :collection => relation.containing_relation_members.uniq %>
</ul>
</details>
<% end %>
Expand Down

0 comments on commit 065e9d2

Please sign in to comment.