Skip to content

Commit cb11399

Browse files
GiteaBotwxiaoguang
andauthored
Remove incorrect element ID on "post-install" page (#25104) (#25129)
Backport #25104 by @wxiaoguang 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. Co-authored-by: wxiaoguang <[email protected]>
1 parent 0bf07a7 commit cb11399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)