forked from e621ng/e621ng
replace site specific wiki link with generic link
This commit is contained in:
parent
b2664d0e72
commit
e909a54825
@ -2,7 +2,7 @@
|
||||
<div id="c-new">
|
||||
<h2>New Pool</h2>
|
||||
|
||||
<p style="font-weight: bold;">Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "e621:pools") %>.</p>
|
||||
<p style="font-weight: bold;">Before creating a pool, read the <%= link_to "pool guidelines", help_page_path(id: "pools") %>.</p>
|
||||
|
||||
<%= custom_form_for(@pool) do |f| %>
|
||||
<%= f.input :name, :as => :string, :required => true %>
|
||||
|
Loading…
Reference in New Issue
Block a user