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
committed by Berkeley Martinez
parent c6f1468ff5
commit 7da7f7c47a

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