diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/branch_dropdown.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/branch_dropdown.tmpl b/templates/repo/branch_dropdown.tmpl index ef34cc5cf7..b7f4c91212 100644 --- a/templates/repo/branch_dropdown.tmpl +++ b/templates/repo/branch_dropdown.tmpl @@ -47,9 +47,9 @@ </div> <div class="text small"> {{if .IsViewBranch}} - {{.i18n.Tr "repo.branch.create_from" .BranchName | Safe}} + {{.i18n.Tr "repo.branch.create_from" .BranchName}} {{else}} - {{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName) | Safe}} + {{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName)}} {{end}} </div> </a> |