This commit is contained in:
2017-11-05 07:29:13 +01:00
parent 239ef24b5b
commit b0b819306b
7 changed files with 66 additions and 45 deletions

View File

@ -4,7 +4,7 @@ component PurchaseHistory(purchases []*arn.Purchase, user *arn.User)
h1.page-title Purchase History
if len(purchases) == 0
p.text-center.mountable You haven't bought anything yet.
p.text-center.mountable You haven't bought any items yet.
else
table
thead