Sha256: 9f1cdc1d7d40c722e11505d15392c7644fddcafbfdc574ee8f6e07e696bfb20d

Contents?: true

Size: 311 Bytes

Versions: 13

Compression:

Stored size: 311 Bytes

Contents

- @contacts = @opportunity.contacts.paginate(page: params[:page], per_page: 20)
$('#contacts').html('#{ j render(partial: 'contacts/contact', collection: @contacts) }');
$('#contacts_pagination').replaceWith('#{ j 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/opportunities/contacts.js.haml
fat_free_crm-0.22.0 app/views/opportunities/contacts.js.haml
fat_free_crm-0.21.0 app/views/opportunities/contacts.js.haml
fat_free_crm-0.20.1 app/views/opportunities/contacts.js.haml
fat_free_crm-0.20.0 app/views/opportunities/contacts.js.haml
fat_free_crm-0.19.2 app/views/opportunities/contacts.js.haml
fat_free_crm-0.19.0 app/views/opportunities/contacts.js.haml
fat_free_crm-0.18.2 app/views/opportunities/contacts.js.haml
fat_free_crm-0.17.3 app/views/opportunities/contacts.js.haml
fat_free_crm-0.18.1 app/views/opportunities/contacts.js.haml
fat_free_crm-0.18.0 app/views/opportunities/contacts.js.haml
fat_free_crm-0.17.2 app/views/opportunities/contacts.js.haml
fat_free_crm-0.17.1 app/views/opportunities/contacts.js.haml