mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-20 14:35:14 +02:00
7 lines
126 B
Handlebars
7 lines
126 B
Handlebars
{{range.Items}}
|
|
{{if .IsGroup}}
|
|
|
|
{{template "group/dashboard/menu_item" dict "." $ "Item" . "Depth" $.Depth}}
|
|
{{end}}
|
|
{{end}}
|