Index: _edit.html.erb =================================================================== --- _edit.html.erb (revision 12) +++ _edit.html.erb (working copy) @@ -1,4 +1,4 @@ -<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true} do |f| %> +<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true, :autocomplete => 'off'} do |f| %> <%= error_messages_for 'issue', 'time_entry' %> <%= render :partial => 'conflict' if @conflict %>