Sha256: dd40b190886e7b1ddf804751b26d1c8af0a3e2a1c897727ab0925ee5eadaa2e9

Contents?: true

Size: 543 Bytes

Versions: 8

Compression:

Stored size: 543 Bytes

Contents

.toolbar
  .toolbar-left
  .toolbar-middle
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %fieldset
        %legend= t(:form_legend_filter_campaigns)
        %select{:name => 'offer'}
          = deal_offer_select_options 
        %select{:name => 'from'}
          = deal_date_select_options
        %select{:name => 'until'}
          = deal_date_select_options(:type => :until)

  .toolbar-right
    %fieldset
      %legend= t(:form_legend_manage)
      .manage-deals
        = link_to_collection(Deal)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
e9_crm-0.1.33 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.32 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.31 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.30 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.29 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.28 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.27 app/views/e9_crm/deals/_leads_header.html.haml
e9_crm-0.1.26 app/views/e9_crm/deals/_leads_header.html.haml