Skip to content

Commit

Permalink
small header update
Browse files Browse the repository at this point in the history
  • Loading branch information
vipworld committed Sep 12, 2012
1 parent 29e2058 commit b0c6df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/views/layout.jade
Expand Up @@ -21,7 +21,9 @@ html
a.brand(href="/", title="upbeat")
img(src="/images/upbeat_small.png")
.nav-collapse.collapse
.pull-right: span.nav-right.text-info= "Uptime: " + process.uptime() + " secs";
.pull-right.nav-right
small upbeat has been up for:
small.text-info= process.uptime() + " secs";
ul.nav
li: a(href="/services") Services
li: a(href="/stats") Stats
Expand Down

0 comments on commit b0c6df0

Please sign in to comment.