Sha256: ab8ab8a7740b9d97b921a38a3881ce50b79b98e4a9fbb44a33dfc3faf4692a37

Contents?: true

Size: 323 Bytes

Versions: 27

Compression:

Stored size: 323 Bytes

Contents

- id = dom_id(@tag)

- if @tag.destroyed?
  $('##{id}').css('background-color', '#ffe4e1').slideUp(250);
- else
  crm.flick("#{dom_id(@tag, :confirm)}, 'remove')");
  $('##{id}').effect("shake", { duration:250, distance: 6 });
  $('#flash').html('#{ j flash[:warning] }');
  crm.flash('warning');
  - flash[:warning] = nil

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.14.0 app/views/admin/tags/destroy.js.haml
reduced_fat_crm-0.15.0.beta app/views/admin/tags/destroy.js.haml
reduced_fat_crm-0.14.0 app/views/admin/tags/destroy.js.haml
fat_free_crm-0.13.6 app/views/admin/tags/destroy.js.haml
fat_free_crm-0.13.5 app/views/admin/tags/destroy.js.haml
fat_free_crm-0.13.4 app/views/admin/tags/destroy.js.haml
fat_free_crm-0.13.3 app/views/admin/tags/destroy.js.haml