Sha256: 1bbd584164432466b9a55f46d8555b122db6de41e58dc94183c85042d2600c39

Contents?: true

Size: 569 Bytes

Versions: 12

Compression:

Stored size: 569 Bytes

Contents

= title (@index_title || e9_t(:index_title, :scope => 'e9_crm.reports'))

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'type'}
        = campaign_type_select_options
      %select{:name => 'group'}
        = campaign_group_select_options
      %select{:name => 'from'}
        = deal_date_select_options
      %select{:name => 'until'}
        = deal_date_select_options(:type => :until)

  .toolbar-right
    = link_to_collection(Campaign)

%div#records_table
  = render 'reports_table'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
e9_crm-0.1.33 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.32 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.31 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.30 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.29 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.28 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.27 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.26 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.25 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.24 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.23 app/views/e9_crm/campaigns/reports.html.haml
e9_crm-0.1.22 app/views/e9_crm/campaigns/reports.html.haml