Add placeholder for <textarea>
This commit is contained in:
parent
9f8bdbfb44
commit
ece0b9a865
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ html(lang="en")
|
|||
form#form
|
||||
section
|
||||
label(for="text") Post text
|
||||
textarea#text(rows=6, name="text", required)
|
||||
textarea#text(rows=6, name="text", placeholder="What's on your mind?",required)
|
||||
section
|
||||
datalist#instances_list
|
||||
label(for="choose_instance") Choose your Mastodon instance
|
||||
|
|
Reference in a new issue