mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
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.
10 lines
522 B
10 lines
522 B
{{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-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}"
|
|
data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
|
|
data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
|
|
></div>
|
|
<div class="divider"></div>
|
|
{{end}}
|
|
|