From 1e930467cffde08d5b43e353d6ee1afa90d57ddf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 13 Feb 2015 11:30:22 -0800 Subject: [PATCH] layout/bootstrap: link to relevant commit in footer --- layout/bootstrap.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 6f80e7a..b46b2c9 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -62,7 +62,8 @@ class Layout extends Widget if os.getenv "GIT_REV" text " - revision " - code "#{os.getenv("GIT_REV")\sub 1,8}" + a href: "https://github.com/Xe/christine.website/commit/#{os.getenv("GIT_REV")}", -> + code "#{os.getenv("GIT_REV")\sub 1,8}" body: => div class: "container", ->