Started editing and adding real content.
This commit is contained in:
parent
f583606b5d
commit
e3fe70ad60
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ app.get('/', function (req, res) {
|
|||
});
|
||||
|
||||
database.each("SELECT * FROM players", function(err, row) {
|
||||
players.push(row);
|
||||
players.push(row.name);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ block content
|
|||
ul
|
||||
if player_list
|
||||
each player in player_list
|
||||
li #{player.name}
|
||||
li #{player}
|
||||
|
||||
block sidebar
|
||||
.widget
|
||||
|
|
Loading…
Reference in a new issue