Sha256: 6b5e0d957a3d32628de247051ef2e8b61ea233ba6b22625068108d2741126449
Contents?: true
Size: 738 Bytes
Versions: 2
Compression:
Stored size: 738 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_proc(self) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commontator-0.4.1 | app/views/commontator/comments/delete.js.erb~ |
commontator-0.3.10 | app/views/commontator/comments/delete.js.erb~ |