Sha256: 18a15d96bee7fabb9b1a9884b547f48a74b2f4e7d6ddbf8eb5501e5982b92751

Contents?: true

Size: 501 Bytes

Versions: 19

Compression:

Stored size: 501 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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/comments/edit.js.haml
fat_free_crm-0.15.2 app/views/comments/edit.js.haml
fat_free_crm-0.16.4 app/views/comments/edit.js.haml
fat_free_crm-0.14.1 app/views/comments/edit.js.haml
fat_free_crm-0.15.1 app/views/comments/edit.js.haml
fat_free_crm-0.16.3 app/views/comments/edit.js.haml
fat_free_crm-0.16.2 app/views/comments/edit.js.haml
fat_free_crm-0.16.1 app/views/comments/edit.js.haml
fat_free_crm-0.16.0 app/views/comments/edit.js.haml
fat_free_crm-0.15.0 app/views/comments/edit.js.haml
fat_free_crm-0.15.0.beta.2 app/views/comments/edit.js.haml
fat_free_crm-0.15.0.beta app/views/comments/edit.js.haml
fat_free_crm-0.14.0 app/views/comments/edit.js.haml
reduced_fat_crm-0.15.0.beta app/views/comments/edit.js.haml
reduced_fat_crm-0.14.0 app/views/comments/edit.js.haml
fat_free_crm-0.13.6 app/views/comments/edit.js.haml
fat_free_crm-0.13.5 app/views/comments/edit.js.haml
fat_free_crm-0.13.4 app/views/comments/edit.js.haml
fat_free_crm-0.13.3 app/views/comments/edit.js.haml