muted -> text-muted

This commit is contained in:
Christine Dodrill 2015-02-03 10:55:37 -08:00
parent aba3390ed0
commit e0e43c6d49
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Layout extends Widget
footer: =>
footer class: "footer", ->
div class: "container", ->
p class: "muted", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
if os.getenv "GIT_REV"