Remove icon expectation
This commit is contained in:
parent
a309b35b94
commit
91614ca46b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ block content
|
||||||
form(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`)
|
form(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`)
|
||||||
.field
|
.field
|
||||||
label.label Note
|
label.label Note
|
||||||
.control.has-icons-left
|
.control
|
||||||
textarea.textarea(
|
textarea.textarea(
|
||||||
name='note'
|
name='note'
|
||||||
)
|
)
|
||||||
|
|
|
@ -71,7 +71,7 @@ block content
|
||||||
i.fas.fa-gift
|
i.fas.fa-gift
|
||||||
.field
|
.field
|
||||||
label.label Note
|
label.label Note
|
||||||
.control.has-icons-left
|
.control
|
||||||
textarea.textarea(
|
textarea.textarea(
|
||||||
name='note',
|
name='note',
|
||||||
placeholder='Optional'
|
placeholder='Optional'
|
||||||
|
|
Loading…
Reference in a new issue