Sha256: 0c2963dc5b2ec1a7e5809b286ba5ae6b65486dc07228c8c7839af773d635b7f0

Contents?: true

Size: 379 Bytes

Versions: 5

Compression:

Stored size: 379 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.send(:should_paginate_index)
  = will_paginate collection

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
e9_crm-0.1.26 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.25 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.24 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.23 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.22 app/views/e9_crm/resources/index.html.haml