mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add 'new' buttons to shipping and payment method edit pages
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/ insert_after "code[erb-silent]:contains('content_for :page_actions do')"
|
||||
|
||||
%li
|
||||
= button_link_to t(:new), spree.new_admin_payment_method_path, :icon => 'icon-plus' %>
|
||||
@@ -0,0 +1,4 @@
|
||||
/ insert_after "code[erb-silent]:contains('content_for :page_actions do')"
|
||||
|
||||
%li
|
||||
= button_link_to t(:new), spree.new_admin_shipping_method_path, :icon => 'icon-plus' %>
|
||||
Reference in New Issue
Block a user