Logged in alert on index page can now be closed, changed style
This commit is contained in:
5
app.js
5
app.js
@ -75,4 +75,7 @@ app.get('*', home.index);
|
|||||||
|
|
||||||
app.listen(app.get('port'), function() {
|
app.listen(app.get('port'), function() {
|
||||||
console.log('Express server listening on port ' + app.get('port'));
|
console.log('Express server listening on port ' + app.get('port'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO: List.js for examples
|
||||||
|
// TODO: jquery-spinner for some examples (signup page?)
|
||||||
|
@ -9,4 +9,6 @@ block content
|
|||||||
| All you get is this text and a mostly barebones HTML document.
|
| All you get is this text and a mostly barebones HTML document.
|
||||||
|
|
||||||
if user
|
if user
|
||||||
.alert.alert-info Congratulations, you are logged in!
|
.alert.alert-success.fade.in
|
||||||
|
button.close(type='button', data-dismiss='alert', aria-hidden='true') ×
|
||||||
|
| Congratulations, you are logged in!
|
Reference in New Issue
Block a user