Sha256: e3dc0653edb9b6f0736e18a65cb274d2d499bdbaa6fdd91b203b8f20a046abb3
Contents?: true
Size: 623 Bytes
Versions: 50
Compression:
Stored size: 623 Bytes
Contents
= filters_form do |f| = f.input(:bm_customer_guid, :collection => @people.map { |p| [p.to_s, p.guid] }, :include_blank => t("filters.all_customers"), :input_html => {class: "select2"}, ) = f.input(:bm_time_period, :collection => agilibox_time_periods_for_select, :include_blank => false, ) = f.input :bm_date_begin, input_html: {placeholder: t("filters.date_begin")} = f.input :bm_date_end, input_html: {placeholder: t("filters.date_end")} = f.input(:bm_payment_status, :collection => billing_machine_payment_status_for_filter_select, :include_blank => false, )
Version data entries
50 entries across 50 versions & 1 rubygems