Sha256: 7212dbc0b94cb704e572cba33377bde628059f6375a1061162cf4a5805f6f566

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 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
- else
  %div#records_table
    = render 'table', :resources => collection

- if controller.should_paginate_index
  = will_paginate collection

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
e9_crm-0.1.21 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.20 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.19 app/views/e9_crm/resources/index.html.haml