Improved group interface
This commit is contained in:
6
mixins/NewPostArea.pixy
Normal file
6
mixins/NewPostArea.pixy
Normal file
@ -0,0 +1,6 @@
|
||||
component NewPostArea(user *arn.User, placeholder string)
|
||||
.post.mountable
|
||||
.post-author
|
||||
Avatar(user)
|
||||
|
||||
textarea#new-reply.post-content(placeholder=placeholder + "...", aria-label=placeholder)
|
Reference in New Issue
Block a user