2017-10-05 08:26:07 +00:00
|
|
|
component Charge(user *arn.User)
|
|
|
|
ShopTabs(user)
|
2017-10-05 10:36:26 +00:00
|
|
|
|
2018-04-13 12:35:16 +00:00
|
|
|
h1.page-title Charge up
|
|
|
|
|
|
|
|
p
|
|
|
|
img.paypal-logo.mountable(src="/images/elements/paypal.svg", alt="Payment method: PayPal")
|
2017-10-05 10:36:26 +00:00
|
|
|
|
2017-10-06 03:53:49 +00:00
|
|
|
p.text-center.mountable You can add balance via PayPal. 1 Japanese Yen equals 1 Gem.
|
2017-10-05 10:36:26 +00:00
|
|
|
|
2018-04-08 20:10:45 +00:00
|
|
|
.buttons
|
2018-04-18 12:01:51 +00:00
|
|
|
button.action.tip.mountable(data-trigger="click", data-action="chargeUp", data-amount=1000, aria-label=utils.YenToUserCurrency(1000, user))
|
2018-04-08 20:10:45 +00:00
|
|
|
Icon("diamond")
|
|
|
|
span 1000
|
|
|
|
|
2018-04-18 12:01:51 +00:00
|
|
|
button.action.tip.mountable(data-trigger="click", data-action="chargeUp", data-amount=2000, aria-label=utils.YenToUserCurrency(2000, user))
|
2018-04-08 20:10:45 +00:00
|
|
|
Icon("diamond")
|
|
|
|
span 2000
|
|
|
|
|
2018-04-18 12:01:51 +00:00
|
|
|
button.action.tip.mountable(data-trigger="click", data-action="chargeUp", data-amount=3000, aria-label=utils.YenToUserCurrency(3000, user))
|
2018-04-08 20:10:45 +00:00
|
|
|
Icon("diamond")
|
|
|
|
span 3000
|
|
|
|
|
2018-04-18 12:01:51 +00:00
|
|
|
button.action.tip.mountable(data-trigger="click", data-action="chargeUp", data-amount=6000, aria-label=utils.YenToUserCurrency(6000, user))
|
2018-04-08 20:10:45 +00:00
|
|
|
Icon("diamond")
|
|
|
|
span 6000
|
|
|
|
|
2018-04-18 12:01:51 +00:00
|
|
|
button.action.tip.mountable(data-trigger="click", data-action="chargeUp", data-amount=12000, aria-label=utils.YenToUserCurrency(12000, user))
|
2018-04-08 20:10:45 +00:00
|
|
|
Icon("diamond")
|
|
|
|
span 12000
|
2018-03-04 18:26:15 +00:00
|
|
|
|
|
|
|
.footer.mountable Different currencies will automatically be converted.
|