Use time element
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user