pool views
This commit is contained in:
6
app/views/pools/_advanced_edit.html.erb
Normal file
6
app/views/pools/_advanced_edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<%= simple_form_for(@pool) do |f| %>
|
||||
<h2>Edit Pool: <%= @pool.name %></h2>
|
||||
<p>If you know the precise ordering of posts that you want, you can just enter them here instead of sorting each post manually. Enter a list of post ids separated by spaces.</p>
|
||||
<%= f.input :post_ids, :label => "Posts" %>
|
||||
<%= f.button :submit %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user