Removed ajax class (not required anymore)
This commit is contained in:
@ -2,4 +2,4 @@ component Post(post *arn.Post, user *arn.User)
|
||||
Postable(post.ToPostable(), user, "")
|
||||
|
||||
.side-note
|
||||
a.ajax(href=post.Thread().Link())= post.Thread().Title
|
||||
a(href=post.Thread().Link())= post.Thread().Title
|
||||
|
Reference in New Issue
Block a user