mirror of https://github.com/go-gitea/gitea.git
Use `print` instead of `printf` (#27093)
A bit more performant when we only use it for appending strings.pull/27078/head^2
parent
7cdbe65a2c
commit
f3f445862e
@ -1,3 +1,3 @@
|
||||
{{if not $.DisableMigrations}}
|
||||
<p class="ui center">{{.locale.Tr "repo.new_repo_helper" ((printf "%s%s" AppSubUrl "/repo/migrate")|Escape) | Safe}}</p>
|
||||
<p class="ui center">{{.locale.Tr "repo.new_repo_helper" ((print AppSubUrl "/repo/migrate")|Escape) | Safe}}</p>
|
||||
{{end}}
|
||||
|
||||
Loading…
Reference in New Issue