Sha256: 28c7e9dfea5fa557d43ccd755a1b395ebc7139a5b65723e764fe59a7c646e247

Contents?: true

Size: 415 Bytes

Versions: 5

Compression:

Stored size: 415 Bytes

Contents

- entity_name = controller.controller_name.singularize.underscore
- @entity = instance_variable_get("@#{entity_name}")

$('##{dom_id(@entity)}').css('background-color', '#ffe4e1').slideUp(250);
- if called_from_index_page?
  = refresh_sidebar(:index)
  $('#paginate').html('#{ j render(partial: "shared/paginate_with_per_page") }');
- else
  $('#recently').replaceWith('#{ j render(partial: "shared/recently") }');

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/contacts/destroy.js.haml
fat_free_crm-0.22.0 app/views/contacts/destroy.js.haml
fat_free_crm-0.21.0 app/views/contacts/destroy.js.haml
fat_free_crm-0.20.1 app/views/contacts/destroy.js.haml
fat_free_crm-0.20.0 app/views/contacts/destroy.js.haml