fix probable merge error for deprecated argument

pull/3406/head
Jan Sandbrink 9 years ago
parent 37581f1218
commit 22e2f434c9
  1. 1
      app/views/projects/settings/_categories.html.erb

@ -71,7 +71,6 @@ See doc/COPYRIGHT.rdoc for more details.
:action => 'destroy',
:id => category },
data: { confirm: l(:text_are_you_sure) },
:confirm => l(:text_are_you_sure),
method: :delete,
:class => 'icon icon-delete' %>
</td>

Loading…
Cancel
Save