Improved shop
This commit is contained in:
@ -3,8 +3,14 @@ component PayPalSuccess(payment *arn.PayPalPayment)
|
||||
|
||||
.new-payment.mountable
|
||||
span +
|
||||
.new-payment-amount.count-up= payment.AnimeDollar()
|
||||
span.new-payment-currency AD
|
||||
.new-payment-amount.count-up= payment.Gems()
|
||||
span.new-payment-currency
|
||||
Icon("diamond")
|
||||
|
||||
p.mountable
|
||||
img.new-payment-thank-you-image(src="/images/elements/thank-you.jpg", alt="Thank you!")
|
||||
img.new-payment-thank-you-image(src="/images/elements/thank-you.jpg", alt="Thank you!")
|
||||
|
||||
.buttons
|
||||
a.button.ajax(href="/shop")
|
||||
Icon("shopping-cart")
|
||||
span Return to the shop
|
Reference in New Issue
Block a user