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>release/v1.15
parent
c1a80b7d6a
commit
d1dbbf43b0
|
@ -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…
Reference in New Issue