5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
<%= form_for(post_pools_path(@post)) do %>
|
|
<p>Select a pool:</p>
|
|
<%= recent_pool_list %>
|
|
<% end %>
|