Sha256: 3bf1249756779e68c7b3794ef5131a0389da296fd91e9be64c5a83b88aff90c1

Contents?: true

Size: 341 Bytes

Versions: 5

Compression:

Stored size: 341 Bytes

Contents

= title (@index_title || e9_t(:index_title))

= render 'header'

- if sortable_controller?
  = form_tag polymorphic_path([:update_order, resource_class]) do
    %div#records_table
      = render 'table', :resources => collection, :field_map => {}
- else
  %div#records_table
    = render 'table', :resources => collection

= render 'footer'

Version data entries

5 entries across 5 versions & 1 rubygems

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