Update news search field placeholder text
Changed placeholder text from 'Search our links' to 'search term or @username'. Tested locally.
This commit is contained in:
committed by
Berkeley Martinez
parent
c6f1468ff5
commit
7da7f7c47a
@ -1,7 +1,7 @@
|
||||
.row
|
||||
.col-xs-12.col-sm-9
|
||||
.input-group
|
||||
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links')
|
||||
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='search term or @username')
|
||||
span.input-group-btn
|
||||
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||
.spacer
|
||||
|
Reference in New Issue
Block a user