mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Cancel button on new product form redirects to BPE
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
= button "Create And Add Another", 'icon-repeat', :submit, value: 'add_another'
|
||||
%span.or
|
||||
= t(:or)
|
||||
= link_to_with_icon 'icon-remove', t('actions.cancel'), collection_url, :class => 'button'
|
||||
= link_to_with_icon 'icon-remove', t('actions.cancel'), bulk_edit_admin_products_path, :class => 'button'
|
||||
|
||||
|
||||
:javascript
|
||||
|
||||
Reference in New Issue
Block a user