diff --git a/repo.html.tmpl b/repo.html.tmpl index 043e45d..e53acb2 100644 --- a/repo.html.tmpl +++ b/repo.html.tmpl @@ -13,9 +13,9 @@ <h2>Repository</h2> <p>Clone this repository using: <code>git clone {{.Link}}</code></p> <h2>Branches</h2> - {{- range $i, $info := .Branches}} + {{- range $i, $name := .Branches}} <dl> - <dt>{{.Name}}</dt> + <dt>{{.}}</dt> </dl> {{- else}} <p>…</p>
home › develop › 2960425 › 3507157