summaryrefslogtreecommitdiffstats
path: root/templates/post-install.tmpl
blob: 4abfe171dddd9ba207d671afa2da61f1b98c2b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{{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" .}}