You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

heatmap.tmpl 522B

12345678910
  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}}