diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb index d2f595aee..e90371f8d 100644 --- a/app/views/pools/new.html.erb +++ b/app/views/pools/new.html.erb @@ -2,7 +2,7 @@
Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "howto:pools") %>.
+ <%= embed_wiki("help:pool_notice") %> <%= edit_form_for(@pool) do |f| %> <%= f.input :name, :as => :string, :required => true %>