2020-11-19 03:30:16 +05:30
|
|
|
{{if .HeatmapData}}
|
2023-08-25 21:33:14 +05:30
|
|
|
<div id="user-heatmap" class="is-loading"
|
2023-04-29 17:32:29 +05:30
|
|
|
data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}"
|
2023-09-25 18:12:40 +05:30
|
|
|
data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}"
|
2024-03-19 15:07:03 +05:30
|
|
|
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"}}"
|
2023-09-25 14:26:50 +05:30
|
|
|
data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
|
|
|
|
data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
|
2023-08-25 21:33:14 +05:30
|
|
|
></div>
|
2023-06-29 17:54:22 +05:30
|
|
|
<div class="divider"></div>
|
2020-11-19 03:30:16 +05:30
|
|
|
{{end}}
|