We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3022681 commit 68134e6Copy full SHA for 68134e6
templates/repo/branch_dropdown.tmpl
@@ -47,9 +47,9 @@
47
</div>
48
<div class="text small">
49
{{if .IsViewBranch}}
50
- {{.i18n.Tr "repo.branch.create_from" .BranchName | Safe}}
+ {{.i18n.Tr "repo.branch.create_from" .BranchName}}
51
{{else}}
52
- {{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName) | Safe}}
+ {{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName)}}
53
{{end}}
54
55
</a>
0 commit comments