You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/home_branch_dropdown.tmpl

13 lines
443 B
Handlebars

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