FIX: Missing no members message on group page.

This commit is contained in:
Guo Xiang Tan
2016-12-14 14:01:19 +08:00
parent 8bd1ac53f1
commit 0c9499874d
2 changed files with 8 additions and 8 deletions

View File

@@ -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}}