Sha256: 844f5599627b344afd5d2f9ac2576a38cf19a9d0b037d7ec1189868f4e35ef0d

Contents?: true

Size: 676 Bytes

Versions: 28

Compression:

Stored size: 676 Bytes

Contents

= form_tag bulk_create_dated_costs_path do
  .field.date-picker
    = label_tag 'dated_cost_date', resource_class.human_attribute_name(:date)
    %input{:id => 'dated_cost_date', :type => 'text', :class => 'date-picker', :name => 'date', :value => l(params[:date] || Date.today)}

  %table
    %thead
      %th= AdvertisingCampaign.model_name.human
      %th= resource_class.human_attribute_name(:cost)
    %tbody
      - @advertising_campaigns.each do |ac|
        %tr
          %td
            = ac.name
          %td
            %input{:type => 'hidden', :name => 'id[]', :value => ac.id}
            %input{:type => 'text', :name => 'cost[]'}

  .actions
    = submit_tag

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.33 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.32 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.31 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.30 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.29 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.28 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.27 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.26 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.25 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.24 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.23 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.22 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.21 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.20 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.19 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.18 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.17 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.16 app/views/e9_crm/dated_costs/bulk_form.html.haml
e9_crm-0.1.14 app/views/e9_crm/dated_costs/bulk_form.html.haml