Cancel button on new product form redirects to BPE

This commit is contained in:
Rob H
2014-06-23 15:54:14 +10:00
parent 9b126df5b6
commit 7d1acc23ad

View File

@@ -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