Files
Gitea/templates/post-install.tmpl
T
zeripathandGitHub 2f1353a2f3 Move install pages out of main macaron routes (#13195)
* Move install pages out of main macaron loop

Signed-off-by: Andrew Thornton <[email protected]>

* Update templates/post-install.tmpl

Co-authored-by: Lauris BH <[email protected]>

* remove prefetch

Signed-off-by: Andrew Thornton <[email protected]>
2020-10-19 17:03:08 -04:00

25 lines
722 B
Cheetah

{{template "base/head" .}}
<div class="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="{{StaticUrlPrefix}}/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" .}}