File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{{if .HeatmapData}}
2- <div class="activity-heatmap-container">
3- <div id="user-heatmap" class="is-loading"
4- data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}"
5- data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}"
6- data-locale-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}"
7- data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
8- data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
9- ></div>
10- <div class="divider"> </div>
11- </div>
2+ <div class="activity-heatmap-container">
3+ <div id="user-heatmap" class="is-loading"
4+ data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}"
5+ data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}"
6+ data-locale-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}"
7+ data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
8+ data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
9+ ></div>
10+ </div>
11+ <div class="divider"> </div>
1212{{end}}
You can’t perform that action at this time.
0 commit comments