Logged in alert on index page can now be closed, changed style

This commit is contained in:
Sahat Yalkabov
2013-11-29 23:22:33 -05:00
parent d9e3f0aca5
commit f5e6c04d7c
2 changed files with 7 additions and 2 deletions

3
app.js
View File

@ -76,3 +76,6 @@ app.get('*', home.index);
app.listen(app.get('port'), function() {
console.log('Express server listening on port ' + app.get('port'));
});
// TODO: List.js for examples
// TODO: jquery-spinner for some examples (signup page?)

View File

@ -9,4 +9,6 @@ block content
| All you get is this text and a mostly barebones HTML document.
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!