Sha256: d57cd6fb225b59c97753c04eff3330537135c4720c8d561641d4ce3dcea23b81
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 Bytes
Contents
= contextual_links = boot_page_title = simple_form_for '', :method => :get, remote: true do |f| .row-fluid .span6= f.input :by_text, label: t(:by_text, scope: 'bookings.search'), required: false .row-fluid .span3= f.input 'by_amount[from]', label: t(:by_amount_from, scope: 'bookings.search'), required: false .span3= f.input 'by_amount[to]', label: t(:by_amount_to, scope: 'bookings.search'), required: false .span3= f.input 'by_date[from]', label: t(:by_date_from, scope: 'bookings.search'), required: false .span3= f.input 'by_date[to]', label: t(:by_date_to, scope: 'bookings.search'), required: false .form-actions = f.button :submit, t_action(:search) = paginate collection if defined?(paginate) = render 'list'
Version data entries
4 entries across 4 versions & 1 rubygems