Sha256: 991d7d679333cd135d64fb23c793ecc13a1d008360a9ee9f85231a789295cd2f

Contents?: true

Size: 261 Bytes

Versions: 5

Compression:

Stored size: 261 Bytes

Contents

- id = dom_id(@tag)

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

Version data entries

5 entries across 5 versions & 1 rubygems

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