aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKyle D <kdumontnu@gmail.com>2020-12-29 20:04:30 -0700
committerGitHub <noreply@github.com>2020-12-30 11:04:30 +0800
commitc074e462926f939db1b63b6a40df98da3fb33b6b (patch)
tree91eba3e972f66e9f1ce5923bd186fa119fbea6f9 /templates
parentaf2fe9a7338144559a60acbd9ee6ba8f76e50998 (diff)
downloadgitea-c074e462926f939db1b63b6a40df98da3fb33b6b.tar.gz
gitea-c074e462926f939db1b63b6a40df98da3fb33b6b.zip
Hide migration failed by default (#14188)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/migrate/migrating.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate/migrating.tmpl b/templates/repo/migrate/migrating.tmpl
index a4ec15fa9a..4bb31dc176 100644
--- a/templates/repo/migrate/migrating.tmpl
+++ b/templates/repo/migrate/migrating.tmpl
@@ -23,7 +23,7 @@
<div id="repo_migrating_progress">
<p>{{.i18n.Tr "repo.migrate.migrating" .CloneAddr | Safe}}</p>
</div>
- <div id="repo_migrating_failed">
+ <div id="repo_migrating_failed" hidden>
<p>{{.i18n.Tr "repo.migrate.migrating_failed" .CloneAddr | Safe}}</p>
<p id="repo_migrating_failed_error"></p>
</div>