fix footer

This commit is contained in:
Christine Dodrill 2015-02-03 09:56:11 -08:00
parent 0d6095a590
commit def3e0d8c9
1 changed files with 3 additions and 4 deletions

View File

@ -58,11 +58,10 @@ class Layout extends Widget
footer: =>
footer class: "footer", ->
div class: "container", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
text "Christine Cadence Dodrill - #{os.date "%Y"}"
if os.getenv "GIT_REV"
text " revision #{os.getenv("GIT_REV")\sub 1,8}"
if os.getenv "GIT_REV"
text " revision #{os.getenv("GIT_REV")\sub 1,8}"
body: =>
div class: "container", ->