This commit is contained in:
2017-10-09 15:47:40 +02:00
parent be3dede5a9
commit 6e4897f435
21 changed files with 236 additions and 75 deletions

View File

@ -3,11 +3,11 @@ component NewThread(user *arn.User)
.widget-form
.widget
input#title.widget-element(type="text", placeholder="Title")
input#title.widget-ui-element(type="text", placeholder="Title")
textarea#text.widget-element(placeholder="Content")
textarea#text.widget-ui-element(placeholder="Content")
select#tag.widget-element(value="general")
select#tag.widget-ui-element(value="general")
option(value="general") General
option(value="news") News
option(value="anime") Anime