Lots of updates
This commit is contained in:
@@ -215,9 +215,10 @@
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
|
||||
<% unless data_import.processing? %>
|
||||
<%= link_to "Delete", data_import, method: :delete,
|
||||
<%= link_to "Delete", data_import,
|
||||
data: {
|
||||
confirm: "Are you sure you want to delete this import?"
|
||||
turbo_method: :delete,
|
||||
turbo_confirm: "Are you sure you want to delete this import?"
|
||||
},
|
||||
class: "text-red-600 hover:text-red-900" %>
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user