Add default label in branch select list (#26697)
This commit is contained in:
parent
ad3cbbc3b1
commit
008f5d8cf1
3 changed files with 5 additions and 0 deletions
|
@ -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}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue