This commit is contained in:
Toks
2013-05-13 15:16:03 -04:00
parent eb0dad4e2a
commit d5a686a5b7
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
<h1>New Pool</h1>
<%= f.input :name %>
<%= f.input :description %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :is_active %>
<%= f.button :submit %>
<% end %>
</div>