Enable search
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"test": "mocha",
|
||||
"postinstall": "node seed_data/seed.js"
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "^1.2.5",
|
||||
|
@ -1,10 +1,11 @@
|
||||
.col-xs-12
|
||||
.spacer
|
||||
h1.text-center Search is coming soon
|
||||
h1.text-center Search is
|
||||
h3 here!
|
||||
.input-group
|
||||
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links', autofocus)
|
||||
span.input-group-btn
|
||||
button.disabled#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||
.spacer
|
||||
|
||||
#story-list
|
||||
|
Reference in New Issue
Block a user