diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-02 23:58:46 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-07-02 23:58:46 -0500 |
commit | 3e48e4f16526698d22e70bc140a4244cf8d10041 (patch) | |
tree | 5056ffc40b479ad14472ae24fff4616325489bc4 /protoype/views | |
parent | 0b2942ec56f8015c41a82937a07680028060a0e7 (diff) | |
download | fubar-3e48e4f16526698d22e70bc140a4244cf8d10041.tar.gz fubar-3e48e4f16526698d22e70bc140a4244cf8d10041.tar.bz2 fubar-3e48e4f16526698d22e70bc140a4244cf8d10041.zip |
dunno, getting late, fuck
Diffstat (limited to 'protoype/views')
-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 |