aboutsummaryrefslogtreecommitdiff
path: root/templates/_repo_header.html.tmpl
blob: 1dd14f93fd06860e59ef6a19216f1071c91b13cc (plain) (blame)
1
2
3
4
5
6
7
{{- define "repo_header" -}}
<a href="/g/{{ .group_name }}/">{{ .group_name }}</a>
/
<a href="/g/{{ .group_name }}/repos/">repos</a>
/
<a href="/g/{{ .group_name }}/repos/{{ .repo_name }}/">{{ .repo_name }}</a>
{{- end -}}