fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/tags/update.js.haml

Summary

Maintainability
Test Coverage
- 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") }');
  $('#tag_tagname').focus();