summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl14
1 files changed, 4 insertions, 10 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index f3cac7befb..e07b4b0dd8 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -104,16 +104,10 @@
</div>
{{if eq .TabName "activity"}}
- {{if .EnableHeatmap}}
- <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>
- <div class="ui divider"></div>
- {{end}}
+ {{if .EnableHeatmap}}
+ {{template "user/dashboard/heatmap" .}}
+ <div class="ui divider"></div>
+ {{end}}
<div class="feeds">
{{template "user/dashboard/feeds" .}}
</div>