Sha256: 9ebc22ebb1825a55e27800ab63aa0343e2d9db4c2be0ef9ca582bee80df76f48

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

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

= will_paginate contacts, :id => 'contacts_pagination', :params => {:action => :contacts}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/contacts/_contacts.html.haml
fat_free_crm-0.12.3 app/views/contacts/_contacts.html.haml
fat_free_crm-0.12.2 app/views/contacts/_contacts.html.haml
fat_free_crm-0.13.1 app/views/contacts/_contacts.html.haml
fat_free_crm-0.12.1 app/views/contacts/_contacts.html.haml
fat_free_crm-0.13.0 app/views/contacts/_contacts.html.haml
fat_free_crm-0.12.0 app/views/contacts/_contacts.html.haml