Sha256: 2e9daa99a720175b5d67ef74cce7362ffa200deac4a637be80a569c20ccd72b9

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 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

= render 'footer'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
e9_crm-0.1.10 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.8 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.7 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.6 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.5 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.4 app/views/e9_crm/resources/index.html.haml
e9_crm-0.1.1 app/views/e9_crm/resources/index.html.haml