Sha256: 9e255dce723c845994b2caa54d570ae29f2de20e99c3c57ec67051fe56ea77b7
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
= filters_form do |f| = f.input(:customer_guid, :collection => @people.map { |p| [p.name, p.guid] }, :include_blank => t("filters.all_customers"), ) = f.input(:bm_time_period, :collection => dorsale_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dorsale-3.1.7 | app/views/dorsale/billing_machine/quotations/_filters.html.slim |
dorsale-3.1.6 | app/views/dorsale/billing_machine/quotations/_filters.html.slim |