Use time element

This commit is contained in:
2021-11-23 21:57:43 +09:00
parent 74d8f46b08
commit ad3ac4d880
22 changed files with 54 additions and 50 deletions

View File

@ -62,7 +62,7 @@ component SettingsExtras(user *arn.User)
.widget-section
label
span Your PRO account expires in
span.utc-date(data-date=user.ProExpires)
time.utc-date(datetime=user.ProExpires)
span .
a.button(href="/shop")
Icon("star")
@ -72,4 +72,4 @@ component SettingsExtras(user *arn.User)
label Would you like to make this website more awesome?
a.button(href="/support")
Icon("star")
span Go PRO
span Go PRO