summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/dashboard.tmpl
blob: f5b0e3f377a9f0eebfc16e6c6cdec10ad06d104b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{template "base/head" .}}
<div class="dashboard feeds">
	{{template "user/dashboard/navbar" .}}
	<div class="ui container">
		{{template "base/alert" .}}
		<div class="ui mobile reversed stackable grid">
			<div class="ui container ten wide column">
				{{if .EnableHeatmap}}
					{{template "user/dashboard/heatmap" .}}
				{{end}}
				{{template "user/dashboard/feeds" .}}
			</div>
			{{template "user/dashboard/repolist" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}