0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-24 19:06:22 +02:00
gitea/templates/repo/home_branch_dropdown.tmpl
Kerwin Bryant 459edfebcb fix
2025-01-14 01:21:54 +00:00

13 lines
443 B
Handlebars

{{template "repo/branch_dropdown" dict
"Repository" .ctxData.Repository
"ShowTabBranches" true
"ShowTabTags" true
"CurrentRefType" .ctxData.RefFullName.RefType
"CurrentRefShortName" .ctxData.RefFullName.ShortName
"CurrentTreePath" .ctxData.TreePath
"RefLinkTemplate" "{RepoLink}/src/{RefType}/{RefShortName}/{TreePath}"
"AllowCreateNewRef" .ctxData.CanCreateBranch
"ShowViewAllRefsEntry" true
"ContainerClasses" .containerClasses
}}