Defect #15125 ยป _edit.html.erb.patch
| _edit.html.erb (working copy) | ||
|---|---|---|
| 1 |
<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true} do |f| %>
|
|
| 1 |
<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true, :autocomplete => 'off'} do |f| %>
|
|
| 2 | 2 |
<%= error_messages_for 'issue', 'time_entry' %> |
| 3 | 3 |
<%= render :partial => 'conflict' if @conflict %> |
| 4 | 4 |
<div class="box"> |