Sha256: 63a4c5593857bf25c285c001c5ffaaaa53e5a56b985c5ddfcb6b68152934929b
Contents?: true
Size: 589 Bytes
Versions: 15
Compression:
Stored size: 589 Bytes
Contents
- url = send(filter_object.search_url) = simple_form_for(:filter, {url: url, method: filter_object.form_method, html: {id: 'formFilter', class: 'form-horizontal', role: 'form'}, wrapper: :horizontal_filter_form, wrapper_mappings: {check_boxes: :horizontal_filter_radio_and_checkboxes, radio_buttons: :horizontal_filter_radio_and_checkboxes, boolean: :horizontal_filter_boolean} }) do |f| = hidden_field_tag 'cmd', 'apply' = render 'simple_search_filter/fields', filter: filter_object, f: f = render 'simple_search_filter/buttons_apply_clear_inline', filter: filter_object, f: f
Version data entries
15 entries across 15 versions & 1 rubygems