Removed mount effect on users page

This commit is contained in:
Eduard Urbach 2018-06-30 12:59:18 +09:00
parent 8053c51237
commit 382ad39c6f

View File

@ -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