not show link to migration on repo reate page when it was disabled (#15957)

* not show link to migration on repo reate page when it was disabled

Signed-off-by: a1012112796 <1012112796@qq.com>

* fix lint

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.18.3
a1012112796 3 years ago committed by GitHub
parent c1a80b7d6a
commit d1dbbf43b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,9 @@
<div class="ui attached segment">
{{template "base/alert" .}}
<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p>
{{if not $.DisableMigrations}}
<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p>
{{end}}
{{if not .CanCreateRepo}}
<div class="ui negative message">

Loading…
Cancel
Save