Skip to content
Snippets Groups Projects
Commit 8b2d30b1 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent cfae4e38
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<% about.connections.each do |connection| %>
<tr>
<td><%= link_to connection.website, [:admin, connection.website] %></td>
<td><%= connection.direct_source_type %><%= connection.direct_source_type.constantize.model_name.human unless connection.direct_source_type.nil? %></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>
</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