Sha256: 10b304fdf0f5823e67a6ed20393bd7eac57658616ac1b6d775e2294a5cf14ffe

Contents?: true

Size: 756 Bytes

Versions: 6

Compression:

Stored size: 756 Bytes

Contents

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

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

<%= javascript_proc %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.5.4 app/views/commontator/comments/delete.js.erb
commontator-4.5.3 app/views/commontator/comments/delete.js.erb
commontator-4.5.2 app/views/commontator/comments/delete.js.erb
commontator-4.5.1 app/views/commontator/comments/delete.js.erb
commontator-4.5.0 app/views/commontator/comments/delete.js.erb
commontator-4.4.1 app/views/commontator/comments/delete.js.erb