1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-10 05:15:48 +00:00

Remove incorrect element ID on "post-install" page (#25104)

That ID is a "copy&paste" error, it conflicts with the
`initRepoMigrationStatusChecker` logic, which is the right function for
a real `#repo_migrating` element. That wrong ID causes incorrect page
navigation after installation.
This commit is contained in:
wxiaoguang 2023-06-08 12:23:39 +08:00 committed by GitHub
parent 447ee6620f
commit 3d020b57f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@
<div class="sixteen wide column content">
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div id="repo_migrating" class="sixteen wide center aligned centered column">
<div class="sixteen wide center aligned centered column">
<div>
<img src="{{AssetUrlPrefix}}/img/loading.png">
<img src="{{AssetUrlPrefix}}/img/loading.png" alt="{{.locale.Tr "loading"}}">
</div>
</div>
</div>