mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-24 19:06:22 +02:00
13 lines
443 B
Handlebars
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
|
|
}}
|