Add link to howto:pools, fixes #1112

This commit is contained in:
Toks
2013-09-24 14:04:46 -04:00
parent e7473f193c
commit 5c55e90810

View File

@@ -1,7 +1,10 @@
<div id="c-pools">
<div id="c-new">
<h1>New Pool</h1>
<p style="font-weight: bold;">Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "howto:pools") %>.</p>
<%= simple_form_for(@pool) do |f| %>
<h1>New Pool</h1>
<%= f.input :name, :as => :string, :required => true %>
<%= dtext_field "pool", "description" %>
<%= f.input :post_ids, :label => "Posts" %>