Sha256: 6c9c5a91b9e4ae9b6b850b723eb996b65c438c36e1fc80aca7c140e76b1d5078

Contents?: true

Size: 735 Bytes

Versions: 3

Compression:

Stored size: 735 Bytes

Contents

$("#comment_<%= @comment.id.to_s %>_body_div").html("<%= escape_javascript(
  render :partial => 'body', :locals => {:comment => @comment}) %>");

$("#comment_<%= @comment.id.to_s %>_timestamp_span").html("<%= escape_javascript(
                                                           comment_timestamp(@comment)) %>");
                                                           
$("#comment_<%= @comment.id.to_s %>_actions_span").html("<%= escape_javascript(
  render :partial => 'actions',
         :locals => {:comment => comment}) %>");
         
$("#comment_<%= @comment.id %>_votes_span").html("<%= escape_javascript(
  render :partial => 'votes',
         :locals => {:comment => @comment}) %>");

<%= javascript_callback %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
commontator-0.2.4 app/views/commontator/comments/delete.js.erb~
commontator-0.2.0 app/views/commontator/comments/delete.js.erb~
commontator-0.1.46 app/views/commontator/comments/delete.js.erb~