summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrating.tmpl
blob: 34031d5653efc06522fbcd3c3d6b5b374568e0c1 (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
25
26
27
28
29
30
31
{{template "base/head" .}}
<div class="repository quickstart">
	{{template "repo/header" .}}
	<div class="ui container">
		<div class="ui grid">
			<div class="sixteen wide column content">
				{{template "base/alert" .}}
				<div class="home">
					<div class="ui stackable middle very relaxed page grid">
						<div id="repo_migrating" class="sixteen wide center aligned centered column" repo="{{.Repo.Repository.FullName}}">
							<div>
								<img src="{{AppSubUrl}}/img/loading.png"/>
							</div>
						</div>
					</div>
					<div class="ui stackable middle very relaxed page grid">
						<div class="sixteen wide center aligned centered column">
							<div id="repo_migrating_progress">
								<p>{{.i18n.Tr "repo.migrate.migrating" .CloneAddr | Safe}}</p>
							</div>
							<div id="repo_migrating_failed">
								<p>{{.i18n.Tr "repo.migrate.migrating_failed" .CloneAddr | Safe}}</p>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
{{template "base/footer" .}}