mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Show "group members forbidden" message on mobile (#10370)
This commit fixes an oversight in commit 88359b0f16
.
This commit is contained in:
parent
eb619c8e98
commit
8850f51fd0
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue