Sha256: b4e7520ab0d2c457c2c79e88b81617ad5bd54cabdeaf29fc8552cbf0bfcac596

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

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

$("#comment_<%= @comment.id.to_s %>_timestamp_span").html("<%= escape_javascript(
                                                           comment_timestamp(@comment)) %>");

<%= javascript_callback %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
commontator-0.2.4 app/views/commontator/comments/update.js.erb~
commontator-0.2.0 app/views/commontator/comments/update.js.erb~
commontator-0.1.46 app/views/commontator/comments/update.js.erb~