Sha256: 5f4a88123248f22e45b99783e62f66db9cfefaaefe85bfe640dcbfc4b7303f15

Contents?: true

Size: 806 Bytes

Versions: 12

Compression:

Stored size: 806 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,
                     :user => @user}) %>");
         
$("#comment_<%= @comment.id %>_votes_span").html("<%= escape_javascript(
  render :partial => 'votes',
         :locals => {:comment => @comment,
                     :user => @user}) %>");

<%= javascript_proc %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
commontator-1.1.1 app/views/commontator/comments/delete.js.erb~
commontator-1.1.0 app/views/commontator/comments/delete.js.erb~
commontator-1.0.6 app/views/commontator/comments/delete.js.erb~
commontator-1.0.5 app/views/commontator/comments/delete.js.erb~
commontator-1.0.4 app/views/commontator/comments/delete.js.erb~
commontator-1.0.3 app/views/commontator/comments/delete.js.erb~
commontator-1.0.2 app/views/commontator/comments/delete.js.erb~
commontator-1.0.1 app/views/commontator/comments/delete.js.erb~
commontator-1.0.0 app/views/commontator/comments/delete.js.erb~
commontator-0.5.14 app/views/commontator/comments/delete.js.erb~
commontator-0.5.13 app/views/commontator/comments/delete.js.erb~
commontator-0.5.12 app/views/commontator/comments/delete.js.erb~