summaryrefslogtreecommitdiffstats
path: root/templates/user/heatmap.tmpl
blob: 05403e34e319a1c841096edd9655bfc1e038010c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{if .HeatmapData}}
	<div id="user-heatmap" class="is-loading"
		data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}"
		data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}"
		data-locale-contributions-zero="{{ctx.Locale.Tr "heatmap.contributions_zero"}}"
		data-locale-contributions-format="{{ctx.Locale.Tr "heatmap.contributions_format"}}"
		data-locale-contributions-one="{{ctx.Locale.Tr "heatmap.contributions_one"}}"
		data-locale-contributions-few="{{ctx.Locale.Tr "heatmap.contributions_few"}}"
		data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
		data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
	></div>
	<div class="divider"></div>
{{end}}