diff --git a/views/app/groups.html b/views/app/groups.html index 7fdbeb0939..22cb51a343 100644 --- a/views/app/groups.html +++ b/views/app/groups.html @@ -101,8 +101,8 @@ {{#if equal(@type,'guild')}}
- Public - Invite Only + Public + Invite Only
{{/}} @@ -231,15 +231,19 @@
- - {{#each @group.challenges as :challenge}} - - {{/}} -
- {{:challenge.name}} -
+ {#if @group.challenges} + + {#each @group.challenges as :challenge} + + {/} +
+ {:challenge.name} +
+ Visit the Challenges for more information. + {else} + No challenges yet, visit the Challenges tab to create one. + {/}
-