Sha256: 6a15b303f2814f4930f76bff38e30609448d787b52f04580c2431f933f8b4b76
Contents?: true
Size: 989 Bytes
Versions: 62
Compression:
Stored size: 989 Bytes
Contents
%form{ class: 'property-toggle-form', action: '', method: 'get' } .property-toggle .property-toggle__checkbox = check_box_tag 'toggle_test_option_1', nil, nil, class: 'property-toggle__checkbox-input', id: 'checkbox1' .property-toggle__property .property = label_tag 'foo', 'Test Option 1', class: 'property__name' = select_tag 'foo', options_for_select([["None", nil], ["Size", "Size"], ["Color", "Color"]]), class: 'text-box', id: 'select1' .property-toggle .property-toggle__checkbox = check_box_tag 'toggle_test_option_2', nil, nil, class: 'property-toggle__checkbox-input', id: 'checkbox2' .property-toggle__property .property = label_tag 'bar', 'Test Option 2', class: 'property__name' = select_tag 'bar', options_for_select([["None", nil], ["Size", "Size"], ["Color", "Color"]]), class: 'text-box', id: 'select2', data: { property_toggle_allow_blank: true } %button{ type: 'submit', id: 'submitbutton' }
Version data entries
62 entries across 62 versions & 1 rubygems