Sha256: 55f367193d69c97722f1286d6f884bf92f1c31bba8f02dcb6942838350f39506
Contents?: true
Size: 626 Bytes
Versions: 50
Compression:
Stored size: 626 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_quotation_state, :collection => billing_machine_quotation_states_for_filter_select, :include_blank => false, )
Version data entries
50 entries across 50 versions & 1 rubygems