Update _form_file.html.erb

try fix
This commit is contained in:
chiu 2019-08-19 15:31:04 +08:00
parent 750eeac9a3
commit c7fd7194c9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<span class="remove_existing_record add-on btn" title="<%= t(:remove) %>">
<%= f.hidden_field :id %>
<a class="icon-remove"></a>
<%= f.hidden_field :should_destroy, :value => nil, :class => 'should_destroy' %>
<%= f.hidden_field :_destroy, :value => nil, :class => 'should_destroy' %>
</span>
<% end %>
</div>