Sha256: 2757fd4b11d9df7961b8c9fddaa029aa4fb7c26c8acfd5619d4db70ee9e1c018

Contents?: true

Size: 764 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 1 rubygems

Version Path
commontator-4.11.1 app/views/commontator/comments/delete.js.erb
commontator-4.11.0 app/views/commontator/comments/delete.js.erb
commontator-4.10.5 app/views/commontator/comments/delete.js.erb
commontator-4.10.4 app/views/commontator/comments/delete.js.erb
commontator-4.10.3 app/views/commontator/comments/delete.js.erb
commontator-4.10.2 app/views/commontator/comments/delete.js.erb
commontator-4.10.1 app/views/commontator/comments/delete.js.erb
commontator-4.10.0 app/views/commontator/comments/delete.js.erb
commontator-4.9.0 app/views/commontator/comments/delete.js.erb