mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
1f364cfeee
(cherry picked from commita3b3b8a2df
) (cherry picked from commitde0fd2d2e4
) (cherry picked from commite1bf4de211
) (cherry picked from commit60ffc88a47
) (cherry picked from commit7d2beea9ca
) (cherry picked from commit171eadb952
) (cherry picked from commit5e81f75ed2
) Conflicts: templates/install.tmpl templates/post-install.tmpl templates/repo/migrate/migrating.tmpl (cherry picked from commit641c4a36c5
) (cherry picked from commitf1dbb2dcff
) (cherry picked from commitb66de5e531
) (cherry picked from commiteeccdf21a1
) (cherry picked from commitaf37663f4d
) (cherry picked from commited3739dccb
) (cherry picked from commitf0036e37cf
) (cherry picked from commit90d453898a
) (cherry picked from commitc011543238
) (cherry picked from commita294f34165
) (cherry picked from commitcc00759140
) (cherry picked from commitabe6d83b85
) (cherry picked from commit274d286339
) (cherry picked from commit594aaf3c95
) (cherry picked from commit6059a376f4
) (cherry picked from commit676eb49a12
) (cherry picked from commitfc834fdb86
) (cherry picked from commite1e89a4349
) (cherry picked from commit89e0d29cdb
) (cherry picked from commiteb7fc7a27e
) (cherry picked from commitcaa41ff629
) (cherry picked from commita74b6adb6a
) (cherry picked from commit4fc629b0d4
) (cherry picked from commit66a3fb5dcd
) (cherry picked from commitb26ec6315a
) (cherry picked from commit8d9d4d6f6b
) (cherry picked from commitaa8e866656
) (cherry picked from commitd23f3bd60f
) (cherry picked from commitfab2d1cafa
) (cherry picked from commit39d9d405c3
) (cherry picked from commitd88db97d41
) (cherry picked from commit64f5a911ec
)
24 lines
858 B
Go HTML Template
24 lines
858 B
Go HTML Template
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content install post-install">
|
|
<div class="ui container">
|
|
<div class="ui grid">
|
|
<div class="sixteen wide column content">
|
|
<div class="home">
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="sixteen wide center aligned centered column">
|
|
<div>
|
|
<img src="{{AssetUrlPrefix}}/img/forgejo-loading.svg" alt="{{ctx.Locale.Tr "loading"}}" width="256" height="256">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="sixteen wide center aligned centered column">
|
|
<p><a id="goto-user-login" href="{{AppSubUrl}}/user/login">{{ctx.Locale.Tr "loading"}}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|