summaryrefslogtreecommitdiffstats
path: root/protoype/views
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2012-07-02 01:35:05 -0500
committerKyle Kaminski <kyle@kkaminsk.com>2012-07-02 01:35:05 -0500
commit46230d8dd0709829859dc1feb92db17933000fcc (patch)
treed99ca007fac8ccb2943f662b9e218d13248dfd4c /protoype/views
parentb001224bb95996fa59269a5c119c6a9f2047f288 (diff)
downloadfubar-46230d8dd0709829859dc1feb92db17933000fcc.tar.gz
fubar-46230d8dd0709829859dc1feb92db17933000fcc.tar.bz2
fubar-46230d8dd0709829859dc1feb92db17933000fcc.zip
tired man
Diffstat (limited to 'protoype/views')
-rw-r--r--protoype/views/index.jade6
1 files changed, 5 insertions, 1 deletions
diff --git a/protoype/views/index.jade b/protoype/views/index.jade
index 57cde6f..cfbdb80 100644
--- a/protoype/views/index.jade
+++ b/protoype/views/index.jade
@@ -1,7 +1,11 @@
h1= title
-p Welcome to #{title}. Users in the portal:
+p Welcome to #{title}.
h3 User list:
ul
- each user in users
li= user.tag
+ - if (user.status == 'online')
+ span(style='color: green')= user.status
+ - else
+ span(style='color: red')= user.status