mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
24ad131221
Use a new name for this template/frontend variable to make it distinct from the server variable StaticURLPrefix.
24 lines
731 B
Handlebars
24 lines
731 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content 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 id="repo_migrating" class="sixteen wide center aligned centered column">
|
|
<div>
|
|
<img src="{{AssetUrlPrefix}}/img/loading.png"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="sixteen wide center aligned centered column">
|
|
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|