aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/heatmap.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/dashboard/heatmap.tmpl')
-rw-r--r--templates/user/dashboard/heatmap.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/user/dashboard/heatmap.tmpl b/templates/user/dashboard/heatmap.tmpl
new file mode 100644
index 0000000000..e1a3ca7d3a
--- /dev/null
+++ b/templates/user/dashboard/heatmap.tmpl
@@ -0,0 +1,8 @@
+<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 class="ui divider"></div>
+</div>