Sha256: 6757e44f5be14b7e54f28fa41be91288b40d28f3b8afd11f0107a6883eabc4d3

Contents?: true

Size: 289 Bytes

Versions: 13

Compression:

Stored size: 289 Bytes

Contents

= section(object, :contacts)
.list#contacts
  - contacts = object.contacts.order('updated_at desc').paginate(page: 1, per_page: 20)
  = render partial: "contacts/contact", collection: contacts

= paginate( collection: contacts, id: 'contacts_pagination', params: { action: 'contacts' } )

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/contacts/_contacts.html.haml
fat_free_crm-0.22.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.21.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.20.1 app/views/contacts/_contacts.html.haml
fat_free_crm-0.20.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.19.2 app/views/contacts/_contacts.html.haml
fat_free_crm-0.19.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.18.2 app/views/contacts/_contacts.html.haml
fat_free_crm-0.17.3 app/views/contacts/_contacts.html.haml
fat_free_crm-0.18.1 app/views/contacts/_contacts.html.haml
fat_free_crm-0.18.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.17.2 app/views/contacts/_contacts.html.haml
fat_free_crm-0.17.1 app/views/contacts/_contacts.html.haml