Sha256: a36ce94c64db6fb496cf7fdaee9288f4a1b79b63c2c75e09aac6e0c134192beb

Contents?: true

Size: 596 Bytes

Versions: 14

Compression:

Stored size: 596 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 'filter_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

14 entries across 14 versions & 1 rubygems

Version Path
simple_search_filter-0.2.1 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.1.1 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.1.0 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.31 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.30 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.29 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.28 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.27 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.26 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.25 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.24 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.23 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.22 app/views/simple_search_filter/_form_horizontal.html.haml
simple_search_filter-0.0.21 app/views/simple_search_filter/_form_horizontal.html.haml