From 174dbc069b6812f15277ca38f3a2f97724b87f94 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 24 Aug 2010 19:25:38 -0700 Subject: [PATCH] Fix publisher checkboxes on index --- app/views/shared/_publisher.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"