mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove data-hooks from views
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
= form_tag paypal_refund_admin_order_payment_path(@order, @payment) do
|
||||
.label-block.left.five.columns.alpha
|
||||
%div
|
||||
%fieldset{"data-hook" => "admin_variant_new_form"}
|
||||
%fieldset
|
||||
%legend= Spree.t('refund', :scope => :paypal)
|
||||
.field
|
||||
= label_tag 'refund_amount', Spree.t(:refund_amount, :scope => 'paypal')
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
= form_tag paypal_refund_admin_order_payment_path(@order, @payment) do
|
||||
.label-block.left.five.columns.alpha
|
||||
%div
|
||||
%fieldset{"data-hook" => "admin_variant_new_form"}
|
||||
%fieldset
|
||||
%legend= Spree.t('refund', scope: :paypal)
|
||||
.field
|
||||
= label_tag 'refund_amount', Spree.t(:refund_amount, scope: 'paypal')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%fieldset{"data-hook" => "paypal"}
|
||||
%fieldset
|
||||
%legend{align: "center"}= Spree.t(:transaction, scope: :paypal)
|
||||
.row
|
||||
.alpha.six.columns
|
||||
|
||||
Reference in New Issue
Block a user