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

wip

parent 72dc5dbb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<% about.websites.each do |website| %>
<div class="mb-4">
<p class="mb-0"><b><%= link_to website, [:admin, website] %></b></p>
<ul class="list-unstyled small">
<ul class="list-unstyled">
<% Communication::Website::Connection.for_object(about).in_website(website).each do |connection| %>
<li><%= render 'admin/application/connections/source', connection: connection %></li>
<% 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