1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-22 16:04:18 -04:00
gitea/templates/repo/create_helper.tmpl
KN4CK3R f3f445862e
Use print instead of printf (#27093)
A bit more performant when we only use it for appending strings.
2023-09-16 03:51:54 +00:00

4 lines
153 B
Handlebars

{{if not $.DisableMigrations}}
<p class="ui center">{{.locale.Tr "repo.new_repo_helper" ((print AppSubUrl "/repo/migrate")|Escape) | Safe}}</p>
{{end}}