diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb index b6cfaa312..01c8c8411 100644 --- a/app/views/pools/new.html.erb +++ b/app/views/pools/new.html.erb @@ -1,7 +1,10 @@
+

New Pool

+ +

Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "howto:pools") %>.

+ <%= simple_form_for(@pool) do |f| %> -

New Pool

<%= f.input :name, :as => :string, :required => true %> <%= dtext_field "pool", "description" %> <%= f.input :post_ids, :label => "Posts" %>