layout/bootstrap: link to relevant commit in footer
This commit is contained in:
parent
ed5a7be859
commit
1e930467cf
|
@ -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", ->
|
||||
|
|
Loading…
Reference in New Issue