Sha256: cf0e0e74a954caeddfc0f04bf45ff0733e8d1d3a8fa2830969255bbea78cc0ca

Contents?: true

Size: 291 Bytes

Versions: 5

Compression:

Stored size: 291 Bytes

Contents

- id = dom_id(@comment)

- if @comment.errors.empty?
  $('##{id}').replaceWith('#{ j render(partial: "comment", collection: [ @comment ]) }');
  $('##{id}').effect("highlight", { duration:1500 });
- else
  $('##{id}').html('#{ j render(partial: "edit") }');
  $('#comment_comment').focus();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/comments/update.js.haml
fat_free_crm-0.22.0 app/views/comments/update.js.haml
fat_free_crm-0.21.0 app/views/comments/update.js.haml
fat_free_crm-0.20.1 app/views/comments/update.js.haml
fat_free_crm-0.20.0 app/views/comments/update.js.haml