Fix #4162: Remove browser autocomplete from most inputs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="c-pools">
|
||||
<div id="a-edit">
|
||||
<%= simple_form_for(@pool) do |f| %>
|
||||
<%= edit_form_for(@pool) do |f| %>
|
||||
<h1>Edit Pool: <%= @pool.pretty_name %></h1>
|
||||
|
||||
<%= error_messages_for "pool" %>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<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| %>
|
||||
<%= edit_form_for(@pool) do |f| %>
|
||||
<%= f.input :name, :as => :string, :required => true %>
|
||||
<%= dtext_field "pool", "description" %>
|
||||
<%= f.input :post_ids_string, as: :text, label: "Posts" %>
|
||||
|
||||
Reference in New Issue
Block a user