code.gitea.io/gitea@v1.22.3/templates/user/heatmap.tmpl (about) 1 {{if .HeatmapData}} 2 <div id="user-heatmap" class="is-loading" 3 data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}" 4 data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}" 5 data-locale-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}" 6 data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}" 7 data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}" 8 ></div> 9 <div class="divider"></div> 10 {{end}}