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
|
- if aspect == :all
|
||||||
.public_toggle
|
.public_toggle
|
||||||
= status.check_box( :public, {}, true, false )
|
%p.checkbox_select
|
||||||
= t('.make_public')
|
= status.check_box( :public, {}, true, false )
|
||||||
= link_to '(?)', "#question_mark_pane", :class => 'question_mark'
|
= status.label :public, t('.make_public')
|
||||||
|
= link_to '(?)', "#question_mark_pane", :class => 'question_mark', :style=>"display:none;"
|
||||||
|
|
||||||
.fancybox_content
|
.fancybox_content
|
||||||
#question_mark_pane
|
#question_mark_pane
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue