Sha256: 5591881050a5fdc8d62a2f3dd4406955b191a8dbc13b906df65757402cbc9876

Contents?: true

Size: 486 Bytes

Versions: 13

Compression:

Stored size: 486 Bytes

Contents

- id = dom_id(@comment)

- if params[:cancel].true?     # <----------------- Hide [Edit Comment]
  $('##{id}').replaceWith('#{ j render(partial: "comment", collection: [ @comment ]) }');

- else # <----------------------------------------- Show [Edit Comment] form.

  -# Disable onMouseOver for the list item.
  crm.highlight_off('#{id}');
  $('##{id}').html('#{ j render(partial: "edit", locals: { commentable: @comment.commentable }) }');
  $('##{dom_id(@comment, :text)}').focus();

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/comments/edit.js.haml
fat_free_crm-0.22.0 app/views/comments/edit.js.haml
fat_free_crm-0.21.0 app/views/comments/edit.js.haml
fat_free_crm-0.20.1 app/views/comments/edit.js.haml
fat_free_crm-0.20.0 app/views/comments/edit.js.haml
fat_free_crm-0.19.2 app/views/comments/edit.js.haml
fat_free_crm-0.19.0 app/views/comments/edit.js.haml
fat_free_crm-0.18.2 app/views/comments/edit.js.haml
fat_free_crm-0.17.3 app/views/comments/edit.js.haml
fat_free_crm-0.18.1 app/views/comments/edit.js.haml
fat_free_crm-0.18.0 app/views/comments/edit.js.haml
fat_free_crm-0.17.2 app/views/comments/edit.js.haml
fat_free_crm-0.17.1 app/views/comments/edit.js.haml