Clicking 'make public' label on everyone publisher selects respective checkbox

This commit is contained in:
danielvincent 2010-11-05 17:48:38 -07:00
parent 32ed7e3b0f
commit ddb4b2b6ee

View file

@ -38,9 +38,10 @@
- if aspect == :all
.public_toggle
= status.check_box( :public, {}, true, false )
= t('.make_public')
= link_to '(?)', "#question_mark_pane", :class => 'question_mark'
%p.checkbox_select
= status.check_box( :public, {}, true, false )
= status.label :public, t('.make_public')
= link_to '(?)', "#question_mark_pane", :class => 'question_mark', :style=>"display:none;"
.fancybox_content
#question_mark_pane