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

Version Path
simple_search_filter-0.0.20 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.17 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.16 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.15 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.13 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.12 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.11 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.10 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.9 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.8 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.6 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.5 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.4 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.3 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.2 app/views/simple_search_filter/_form_horizontal.html.haml