mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Add default label in branch select list (#26697)
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
'textCreateBranchFrom': {{.root.locale.Tr "repo.branch.create_from"}},
|
||||
'textBranches': {{.root.locale.Tr "repo.branches"}},
|
||||
'textTags': {{.root.locale.Tr "repo.tags"}},
|
||||
'textDefaultBranchLabel': {{.root.locale.Tr "repo.default_branch_label"}},
|
||||
|
||||
'mode': '{{if or .root.IsViewTag .isTag}}tags{{else}}branches{{end}}',
|
||||
'showBranchesInDropdown': {{$showBranchesInDropdown}},
|
||||
|
Reference in New Issue
Block a user