Sha256: f1f8692c9a424318ed18e53b680d775dc68379b3f0579b1b123bcddaab314d96

Contents?: true

Size: 562 Bytes

Versions: 4

Compression:

Stored size: 562 Bytes

Contents

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

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :id => 'campaign_search_form') 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(true)

  .toolbar-right
    = link_to_collection(Campaign)

%div#records_table
  = render 'reports_table'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
e9_crm-0.1.7 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.6 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.5 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.4 app/views/e9_crm/deals/reports.html.haml