mirror of
https://github.com/go-gitea/gitea
synced 2025-08-10 19:48:19 +00:00
Add hide activity option (#11353)
* Add hide activity option This closes https://github.com/go-gitea/gitea/issues/7927 * Adjust for linter * Adjust for linter * Add tests * Remove info that admins can view the activity * Adjust new tests for linter * Rename v139.go to v140.go * Rename v140.go to v141.go * properly indent * gofmt Co-authored-by: Jonas Lochmann <git@inkompetenz.org> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -104,10 +104,15 @@
|
||||
</div>
|
||||
|
||||
{{if eq .TabName "activity"}}
|
||||
{{if .EnableHeatmap}}
|
||||
{{template "user/dashboard/heatmap" .}}
|
||||
<div class="ui divider"></div>
|
||||
{{end}}
|
||||
{{if .Owner.KeepActivityPrivate}}
|
||||
<div class="ui info message">
|
||||
<p>{{.i18n.Tr "user.disabled_public_activity"}}</p>
|
||||
</div>
|
||||
{{end}}
|
||||
{{if .EnableHeatmap}}
|
||||
{{template "user/dashboard/heatmap" .}}
|
||||
<div class="ui divider"></div>
|
||||
{{end}}
|
||||
<div class="feeds">
|
||||
{{template "user/dashboard/feeds" .}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user