<%= form_tag(pool_element_path, :class => "simple_form") do %> <%= hidden_field_tag "post_id", @post.id %>
<%= text_field_tag "pool_name", "", :size => 20 %> Search for a pool containing (<%= link_to "see full list", all_select_pool_element_path, :remote => true %>)
<%= submit_tag "Submit" %>
<% end %> <% if recent_updated_pools.any? %>

Recent Pools

    <% recent_updated_pools.each do |pool| %>
  • <%= pool.name %>
  • <% end %>
<% end %>