summaryrefslogtreecommitdiff
path: root/templates/branch_list.gph
blob: cd238ad61b9884a7e5878c3398a0f775f7eebf34 (plain)
1
2
3
4
5
6
7
8
9
i{{.Repo.Name}} Branches ⌥	{{.Selector}}	{{.Host}}	{{.Port}}
i{{ range .Repo.NameBytes }}-{{ end }}-----------	{{.Selector}}	{{.Host}}	{{.Port}}
i	{{.Selector}}	{{.Host}}	{{.Port}}
{{ range .Repo.Refs .Ctx -}}
{{ if .IsBranch -}}
1{{.ShortName}}	{{combine $.Selector "refs/" .Hash}}	{{$.Host}}	{{$.Port}}
{{ end -}}
{{ end -}}
.