site/views/repo.moon

7 lines
274 B
Plaintext
Raw Normal View History

2015-02-02 00:33:18 +00:00
import Widget from require "lapis.html"
class Repo extends Widget
content: =>
2015-02-03 18:04:03 +00:00
meta name: "go-import", content: "christine.website/go/#{@repo} git https://github.com/Xe/#{@repo}"
2015-02-03 19:11:08 +00:00
meta ["http-equiv"]: "refresh", content: "0;http://godoc.org/github.com/Xe/#{@repo}"