mirror of https://github.com/go-gitea/gitea.git
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.
13 lines
438 B
Handlebars
13 lines
438 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/{RefTypeNameSubURL}/{TreePath}"
|
|
"AllowCreateNewRef" .ctxData.CanCreateBranch
|
|
"ShowViewAllRefsEntry" true
|
|
"ContainerClasses" .containerClasses
|
|
}}
|