Sha256: a0cab1bed59226eaae0d88a1b59f17a60901e97a3b5abdda3f984b37da34577e

Contents?: true

Size: 334 Bytes

Versions: 8

Compression:

Stored size: 334 Bytes

Contents

- id = dom_id(@tag)

- if @tag.errors.empty?
  $('##{id}').replaceWith('#{ j render(partial: "tag", collection: [ @tag ]) }');
  $('##{id}').effect('highlight', { duration: 1000 });
- else
  $('##{id}').html('#{ j render(partial: "edit") }');
  $('##{id}').effect("shake", { duration:250, distance: 6 });
  $('#tag_tagname').focus();

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.19.2 app/views/admin/tags/update.js.haml
fat_free_crm-0.19.0 app/views/admin/tags/update.js.haml
fat_free_crm-0.18.2 app/views/admin/tags/update.js.haml
fat_free_crm-0.17.3 app/views/admin/tags/update.js.haml
fat_free_crm-0.18.1 app/views/admin/tags/update.js.haml
fat_free_crm-0.18.0 app/views/admin/tags/update.js.haml
fat_free_crm-0.17.2 app/views/admin/tags/update.js.haml
fat_free_crm-0.17.1 app/views/admin/tags/update.js.haml