Removed mount effect on users page
This commit is contained in:
parent
8053c51237
commit
382ad39c6f
@ -2,10 +2,9 @@ component Users(users []*arn.User, url string)
|
||||
h1.page-title Users
|
||||
UsersTabs(url)
|
||||
|
||||
.user-avatars
|
||||
.user-avatars.mountable
|
||||
each user in users
|
||||
.mountable
|
||||
Avatar(user)
|
||||
Avatar(user)
|
||||
|
||||
component ProUsers(users []*arn.User, url string)
|
||||
h1.page-title Supporters
|
||||
|
Loading…
Reference in New Issue
Block a user