Clicking 'make public' label on everyone publisher selects respective checkbox
This commit is contained in:
parent
32ed7e3b0f
commit
ddb4b2b6ee
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue