Skip to content

Commit 096736a

Browse files
wxiaoguangGiteaBot
authored andcommitted
Remove incorrect element ID on "post-install" page (go-gitea#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.
1 parent eac1bdd commit 096736a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/post-install.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<div class="sixteen wide column content">
66
<div class="home">
77
<div class="ui stackable middle very relaxed page grid">
8-
<div id="repo_migrating" class="sixteen wide center aligned centered column">
8+
<div class="sixteen wide center aligned centered column">
99
<div>
10-
<img src="{{AssetUrlPrefix}}/img/loading.png">
10+
<img src="{{AssetUrlPrefix}}/img/loading.png" alt="{{.locale.Tr "loading"}}">
1111
</div>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)