Sha256: 4709dbc9905b92a614fa5eaabcf5b87ad70b462ec9631ec9a2295ce5979817a3
Contents?: true
Size: 825 Bytes
Versions: 19
Compression:
Stored size: 825 Bytes
Contents
= simple_form_for customize, url: admin_customize_install_default_path(customize), method: :post do - if customize.installed == false %label.switch.pull-right %input{ name: 'customize[installed]', type: 'hidden', value: 'true' } %input#default_switch_on{ name: 'customize[installed]', type: 'checkbox', value: 'true' } %span.slider.round{ onclick: "$('#edit_customize_#{customize.id}').submit(); $('.spinner').css('display', 'block')" } - else %label.switch.pull-right %input{ name: 'customize[installed]', type: 'hidden', value: 'false' } %input.active#default_switch_off{ name: 'customize[installed]', type: 'checkbox', value: 'false', checked: 'checked' } %span.slider.round{ onclick: "$('#edit_customize_#{customize.id}').submit(); $('.spinner').css('display', 'block')" }
Version data entries
19 entries across 19 versions & 1 rubygems