diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index e6e8408b2..73f151e43 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -11,6 +11,6 @@ going to... - for group in @groups %li - = check_box_tag("group_ids[]", group.id, current_group?(group) ) + = check_box_tag("group_ids[]", group.id, @group == :all || current_group?(group) ) = group.name = f.submit "Post"