diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/template/profile.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 7518129cb..6b486eb74 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -241,7 +241,13 @@ </div> <div class="thread"> {{- if not .statuses }} - <div data-nosnippet class="nothinghere">Nothing here!</div> + <div data-nosnippet class="nothinghere"> + {{- if .show_back_to_top }} + Reached the end of visible posts! + {{- else }} + Nothing to see here! {{ .account.Username }} has either not written any public posts yet, or has opted not to make posts visible via the World Wide Web. + {{- end }} + </div> {{- else }} {{- range .statuses }} <article |
