Skip to content

Commit 66e59dc

Browse files
committed
cleanup
1 parent 41084b3 commit 66e59dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/payments/common/templates/payment-methods.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+e('ul').methods
33

44
each paymentMethod in paymentMethods
5-
+e('li').method(data-payment-method=paymentMethod.name)
5+
+e('li').method
66
+e('input').method-radio(type="radio" name="paymentMethod" value=paymentMethod.name id=paymentMethod.name)
77
+e('label')(class=["method-label", "_" + paymentMethod.name] for=paymentMethod.name)
88
+e('header').header

0 commit comments

Comments
 (0)