diff --git a/repo.html.tmpl b/repo.html.tmpl index e590557..043e45d 100644 --- a/repo.html.tmpl +++ b/repo.html.tmpl @@ -13,7 +13,7 @@ <h2>Repository</h2> <p>Clone this repository using: <code>git clone {{.Link}}</code></p> <h2>Branches</h2> - {{- range $i, $info := .List}} + {{- range $i, $info := .Branches}} <dl> <dt>{{.Name}}</dt> </dl>
home › develop › 52232b8 › ab8df64