Enable search
This commit is contained in:
@ -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",
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user