{{define "refs.html"}}{{template "base.html" .}}{{end}} {{define "title"}}refs — {{.Repo.Name}} — {{.SiteName}}{{end}} {{define "tabs"}} home log refs {{end}} {{define "content"}}

Branches

{{if .Branches}} {{range .Branches}} {{end}}
{{.Name}} {{shortSHA .SHA}} {{.Author}} {{timeAgo .Time}} log
{{else}}

No branches.

{{end}}

Tags

{{if .Tags}} {{range .Tags}} {{end}}
{{.Name}} {{shortSHA .SHA}} {{.Author}} {{timeAgo .Time}} tar.gz
{{else}}

No tags.

{{end}} {{end}}