Removed ajax class (not required anymore)
This commit is contained in:
@ -5,7 +5,7 @@ component AdminTabs
|
||||
Tab("Purchases", "shopping-cart", "/admin/purchases")
|
||||
|
||||
.corner-buttons
|
||||
a.button.ajax(href="/editor", aria-label="Editor")
|
||||
a.button(href="/editor", aria-label="Editor")
|
||||
Icon("pencil")
|
||||
span.tab-text Editor
|
||||
|
||||
|
@ -16,5 +16,5 @@ component GlobalPurchaseHistory(purchases []*arn.Purchase)
|
||||
each purchase in purchases
|
||||
tr.shop-history-item.mountable(data-item-id=purchase.ItemID)
|
||||
td
|
||||
a.ajax(href=purchase.User().Link())= purchase.User().Nick
|
||||
a(href=purchase.User().Link())= purchase.User().Nick
|
||||
PurchaseInfo(purchase)
|
Reference in New Issue
Block a user