Changing theme settings reflect instantly and added paypal logo
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
component Charge(user *arn.User)
|
||||
ShopTabs(user)
|
||||
|
||||
h1.mountable Charge up
|
||||
h1.page-title Charge up
|
||||
|
||||
p
|
||||
img.paypal-logo.mountable(src="/images/elements/paypal.svg", alt="Payment method: PayPal")
|
||||
|
||||
p.text-center.mountable You can add balance via PayPal. 1 Japanese Yen equals 1 Gem.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.shop-video
|
||||
max-width 100%
|
||||
margin calc(content-padding / 2) auto
|
||||
margin calc(content-padding / 2) auto
|
||||
|
||||
.paypal-logo
|
||||
width 100%
|
||||
max-width 300px
|
@ -215,7 +215,7 @@ component SettingsPro(user *arn.User)
|
||||
span Extend PRO account duration
|
||||
else
|
||||
.widget-section
|
||||
label Would you like to support the site development?
|
||||
label Would you like to make this website more awesome?
|
||||
a.button(href="/support")
|
||||
Icon("star")
|
||||
span Go PRO
|
||||
|
Reference in New Issue
Block a user