This commit is contained in:
r888888888
2013-07-17 15:32:46 -07:00
parent 8fb55a5ff3
commit e9b877f326

View File

@@ -4,11 +4,11 @@
<h1>New Pool</h1> <h1>New Pool</h1>
<%= f.input :name, :as => :string %> <%= f.input :name, :as => :string %>
<%= dtext_field "pool", "description" %> <%= dtext_field "pool", "description" %>
<%= dtext_preview_button "pool", "description" %>
<%= f.input :post_ids, :label => "Posts" %> <%= f.input :post_ids, :label => "Posts" %>
<%= f.input :category, :collection => ["series", "collection"], :include_blank => false %> <%= f.input :category, :collection => ["series", "collection"], :include_blank => false %>
<%= f.input :is_active %> <%= f.input :is_active %>
<%= f.button :submit %> <%= f.button :submit, "Submit" %>
<%= dtext_preview_button "pool", "description" %>
<% end %> <% end %>
</div> </div>
</div> </div>