<% post.pools.each do |pool| %>
  • <%= link_to pool_path(pool), pool.name %>
  • <% end %>