Enable search

This commit is contained in:
Nathan
2015-04-17 20:32:46 -04:00
parent d10011acc3
commit 5bdcc15e05
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,7 @@
},
"scripts": {
"start": "node app.js",
"test": "mocha",
"postinstall": "node seed_data/seed.js"
"test": "mocha"
},
"dependencies": {
"accepts": "^1.2.5",

View File

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