diff options
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 3a3192a828..d6b99b3861 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -108,10 +108,7 @@ <p>{{.i18n.Tr "user.disabled_public_activity"}}</p> </div> {{end}} - {{if .EnableHeatmap}} - {{template "user/dashboard/heatmap" .}} - <div class="ui divider"></div> - {{end}} + {{template "user/heatmap" .}} <div class="feeds"> {{template "user/dashboard/feeds" .}} </div> |