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:
Robert Richey
2016-01-09 14:13:57 -07:00
parent 7add877400
commit 0166e9db8c

View File

@ -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