Started editing and adding real content.
This commit is contained in:
parent
6eb015b728
commit
8472ac17d1
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ block content
|
|||
p
|
||||
| Stats registered: #{stats_num}
|
||||
p
|
||||
ul
|
||||
if player_list.length > 0
|
||||
if (player_list.length > 0)
|
||||
ul
|
||||
each player in player_list
|
||||
li #{player}
|
||||
|
||||
|
|
Loading…
Reference in a new issue