Skip to content
Snippets Groups Projects
Unverified Commit 6eb3fb19 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix connections/indirect_object view

parent e0493bc3
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@
<% @indirect_objects.each do |indirect_object| %>
<tr>
<td><%= render 'admin/communication/websites/connections/indirect_object',
object: indirect_object,
object: indirect_object,
type: @indirect_object_type %></td>
<td><%= indirect_object&.language %>
<td><%= indirect_object.try(:language) %>
<td><%= @connections.where(indirect_object_type: @indirect_object_type, indirect_object_id: indirect_object.id).count %></td>
</tr>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment