mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:22:24 -05:00
[chore] Tweak "nothing here!" message (#3907)
This commit is contained in:
parent
602d235dc6
commit
682228fbd4
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue