mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove unused input name
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%tr{ "data-controller": "select-all" }
|
||||
%td.text-center
|
||||
%label
|
||||
= check_box_tag "bla", nil, (shipping_methods - @order_cycle.shipping_methods).empty?, { "data-action": "change->select-all#toggleAll", "data-select-all-target": "all" }
|
||||
= check_box_tag nil, nil, (shipping_methods - @order_cycle.shipping_methods).empty?, { "data-action": "change->select-all#toggleAll", "data-select-all-target": "all" }
|
||||
= "Select all"
|
||||
%td
|
||||
- if shipping_methods.any?
|
||||
|
||||
Reference in New Issue
Block a user