Sha256: eb2e7c2e19ad9197b2f2c0208d11da0c1cb607afea818681db98ba03f65afdaa

Contents?: true

Size: 524 Bytes

Versions: 55

Compression:

Stored size: 524 Bytes

Contents

- entities = controller.controller_name # accounts
- @entities = instance_variable_get("@#{entities}")

- if @entities.any?
  $('##{entities}').html('#{ j render(@entities) }');
- else
  $('##{entities}').html('#{ j render(:partial => "shared/empty") }');

$('#paginate').html('#{ j render(:partial => "shared/paginate_with_per_page") }');
$('#export').html('#{ j render(:partial => "shared/export") }');
$('#search_results_count').html('#{ j render(:text => t('search_results_count', :count => @search_results_count)) }');

Version data entries

55 entries across 11 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/opportunities/index.js.haml
fat_free_crm-0.14.2 app/views/campaigns/index.js.haml
fat_free_crm-0.14.2 app/views/leads/index.js.haml
fat_free_crm-0.14.2 app/views/contacts/index.js.haml
fat_free_crm-0.14.2 app/views/accounts/index.js.haml
fat_free_crm-0.14.1 app/views/contacts/index.js.haml
fat_free_crm-0.14.1 app/views/leads/index.js.haml
fat_free_crm-0.14.1 app/views/campaigns/index.js.haml
fat_free_crm-0.14.1 app/views/opportunities/index.js.haml
fat_free_crm-0.14.1 app/views/accounts/index.js.haml
fat_free_crm-0.15.0.beta.2 app/views/leads/index.js.haml
fat_free_crm-0.15.0.beta.2 app/views/campaigns/index.js.haml
fat_free_crm-0.15.0.beta.2 app/views/opportunities/index.js.haml
fat_free_crm-0.15.0.beta.2 app/views/accounts/index.js.haml
fat_free_crm-0.15.0.beta.2 app/views/contacts/index.js.haml
fat_free_crm-0.15.0.beta app/views/contacts/index.js.haml
fat_free_crm-0.15.0.beta app/views/accounts/index.js.haml
fat_free_crm-0.15.0.beta app/views/opportunities/index.js.haml
fat_free_crm-0.15.0.beta app/views/campaigns/index.js.haml
fat_free_crm-0.15.0.beta app/views/leads/index.js.haml