diff options
Diffstat (limited to 'protoype/views/index.jade')
-rw-r--r-- | protoype/views/index.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoype/views/index.jade b/protoype/views/index.jade index cd300f5..2f92c52 100644 --- a/protoype/views/index.jade +++ b/protoype/views/index.jade @@ -3,7 +3,7 @@ p Welcome to #{title}. Find your opponent, and get ready! h3 User List - each user in users - #listentry <u>#{user.tag}</u> + #listentry <u>#{user.tag}</u> >> #{user.location.loc} | - if (user.status == 'online') span(style='color: green; font-weight: bold')= user.status - else |