Requested changes on Delete button missing

- cleaned haml/html
This commit is contained in:
cyrillefr
2024-05-07 09:57:14 +02:00
committed by David Cook
parent 9b10b73a65
commit 36f3e4af02

View File

@@ -68,6 +68,6 @@
"data-modal-link-modal-dataset-value": {'data-current-id': variant.id}.to_json }
= t('admin.products_page.actions.delete')
- else
= f.hidden_field :_destroy
%a{ 'data-action': "nested-form#remove" }
= f.hidden_field :_destroy
= t('admin.products_page.actions.remove')