mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
8 lines
317 B
Cheetah
8 lines
317 B
Cheetah
|
<div id="user-heatmap" style="padding-right: 40px">
|
||
|
<activity-heatmap :locale="locale" :suburl="suburl" :user="heatmapUser">
|
||
|
<div slot="loading">
|
||
|
<div class="ui active centered inline indeterminate text loader" id="loading-heatmap">{{.i18n.Tr "user.heatmap.loading"}}</div>
|
||
|
</div>
|
||
|
</activity-heatmap>
|
||
|
</div>
|