diff options
| author | 2025-03-14 11:17:49 +0100 | |
|---|---|---|
| committer | 2025-03-20 14:13:01 +0100 | |
| commit | 682228fbd4831ae2c988b97924f00b234fc3a7a5 (patch) | |
| tree | 8d6a2e242b3a84fc3dfe6fe03f7cf1c61fa57d95 /web/template/profile.tmpl | |
| parent | [chore] vendoring (diff) | |
| download | gotosocial-682228fbd4831ae2c988b97924f00b234fc3a7a5.tar.xz | |
[chore] Tweak "nothing here!" message (#3907)
Diffstat (limited to 'web/template/profile.tmpl')
| -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 bf58d660b..c57cfcf85 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -240,7 +240,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 |
