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": { "scripts": {
"start": "node app.js", "start": "node app.js",
"test": "mocha", "test": "mocha"
"postinstall": "node seed_data/seed.js"
}, },
"dependencies": { "dependencies": {
"accepts": "^1.2.5", "accepts": "^1.2.5",

View File

@ -1,10 +1,11 @@
.col-xs-12 .col-xs-12
.spacer .spacer
h1.text-center Search is coming soon h1.text-center Search is
h3 here!
.input-group .input-group
input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links', autofocus) input#searchArea.big-text-field.field-responsive.form-control(type='text', placeholder='Search our links', autofocus)
span.input-group-btn 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 .spacer
#story-list #story-list