From e9b877f326056fa110f19069588a0561c917546a Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 17 Jul 2013 15:32:46 -0700 Subject: [PATCH] fixes #1858 --- app/views/pools/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb index 1c379f680..b9280948d 100644 --- a/app/views/pools/new.html.erb +++ b/app/views/pools/new.html.erb @@ -4,11 +4,11 @@

New Pool

<%= f.input :name, :as => :string %> <%= dtext_field "pool", "description" %> - <%= dtext_preview_button "pool", "description" %> <%= f.input :post_ids, :label => "Posts" %> <%= f.input :category, :collection => ["series", "collection"], :include_blank => false %> <%= f.input :is_active %> - <%= f.button :submit %> + <%= f.button :submit, "Submit" %> + <%= dtext_preview_button "pool", "description" %> <% end %>