{{ define "title" }} compare refs on {{ .RepoInfo.FullName }} {{ end }} {{ define "repoContent" }} {{ template "repo/fragments/compareForm" . }} {{ end }} {{ define "repoAfter" }}

Recently updated branches in this repository:

{{ block "recentBranchList" $ }} {{ end }}
{{ end }} {{ define "recentBranchList" }}
{{ range $br := take .Branches 5 }}
{{ $br.Name }}
{{ end }}
{{ end }}