mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Missing no members message on group page.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{#if model}}
|
||||
{{#if model.members}}
|
||||
{{#if canJoinGroup}}
|
||||
{{#if model.is_group_user}}
|
||||
{{d-button action="leaveGroup"
|
||||
@@ -50,5 +50,5 @@
|
||||
|
||||
{{conditional-loading-spinner condition=loading}}
|
||||
{{else}}
|
||||
<div>{{i18n "groups.empty.users"}}</div>
|
||||
<div>{{i18n "groups.empty.members"}}</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user