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

fix

parent 63c6ea67
No related branches found
No related tags found
Loading
......@@ -12,7 +12,11 @@
<tr>
<td><%= link_to connection.website, [:admin, connection.website] %></td>
<td><%= connection.direct_source_type.constantize.model_name.human unless connection.direct_source_type.nil? %></td>
<td><%= render 'admin/communication/websites/connections/direct_source', connection: connection %></td>
<td>
<%= render 'admin/communication/websites/connections/direct_source',
source: connection.direct_source,
type: connection.direct_source_type %>
</td>
</tr>
<% end %>
</tbody>
......
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