6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
component NewPostArea(user *arn.User, placeholder string)
|
||
|
.post.mountable
|
||
|
.post-author
|
||
|
Avatar(user)
|
||
|
|
||
|
textarea#new-reply.post-content(placeholder=placeholder + "...", aria-label=placeholder)
|