We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a646b32 commit 11443d8Copy full SHA for 11443d8
templates/user/notification/notification_div.tmpl
@@ -84,10 +84,10 @@
84
{{else}}
85
<div class="empty-placeholder">
86
{{svg "octicon-inbox" 56 "tw-mb-4"}}
87
- {{if eq .Status 1}}
88
- {{ctx.Locale.Tr "notification.no_unread"}}
89
- {{else}}
+ {{if $pageTypeIsRead}}
90
{{ctx.Locale.Tr "notification.no_read"}}
+ {{else}}
+ {{ctx.Locale.Tr "notification.no_unread"}}
91
{{end}}
92
</div>
93
0 commit comments