<%= edit_form_for(@pool) do |f| %>

Edit Pool: <%= @pool.pretty_name %>

<%= f.input :name, :as => :string, :input_html => { :value => @pool.pretty_name } %> <%= f.input :description, as: :dtext %> <%= f.input :post_ids_string, as: :text, label: "Posts" %> <%= f.input :category, :collection => ["series", "collection"], :include_blank => false %> <%= f.button :submit %> <%= dtext_preview_button "pool_description" %> <% end %>
<%= render "secondary_links" %>