merge pool category branch; fixes #1521

This commit is contained in:
Toks
2013-05-26 08:23:46 -04:00
8 changed files with 53 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
<%= f.input :name %>
<%= f.input :description %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :category, :collection => ["series", "collection"], :include_blank => false %>
<%= f.input :is_active %>
<%= f.button :submit %>
<% end %>