mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 00:22:29 +08:00
FIX: Show "group members forbidden" message on mobile (#10370)
This commit fixes an oversight in commit 88359b0f167a16b9eb59a9315ceefa84e4c7ec7c.
This commit is contained in:
@ -55,9 +55,13 @@
|
|||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
||||||
{{conditional-loading-spinner condition=loading}}
|
{{conditional-loading-spinner condition=loading}}
|
||||||
{{else}}
|
{{else if model.can_see_members}}
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div>{{i18n "groups.empty.members"}}</div>
|
<div>{{i18n "groups.empty.members"}}</div>
|
||||||
|
{{else}}
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<div>{{i18n "groups.members.forbidden"}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user