2018-03-07 00:08:47 +00:00
|
|
|
component NewPostArea(user *arn.User, placeholder string)
|
|
|
|
.post.mountable
|
2018-11-05 10:05:36 +00:00
|
|
|
.post-parent
|
|
|
|
.post-author
|
|
|
|
Avatar(user)
|
|
|
|
|
|
|
|
textarea#new-post.post-content(placeholder=placeholder + "...", aria-label=placeholder)
|