mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
164693cf14
(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 commit6e1a1d188d
) (cherry picked from commit20ae240edb
)
24 lines
852 B
Handlebars
24 lines
852 B
Handlebars
{{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="{{.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">{{.locale.Tr "loading"}}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|