Sha256: 0a59cd32a1c8234e25eab5150992b8a997391a5d0aca774e6a195d0503874948

Contents?: true

Size: 797 Bytes

Versions: 14

Compression:

Stored size: 797 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.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

14 entries across 14 versions & 1 rubygems

Version Path
commontator-1.1.3 app/views/commontator/comments/delete.js.erb
commontator-1.1.2 app/views/commontator/comments/delete.js.erb
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