Sha256: 4fc55f417e6db044c938c5da24706c42ca2093598e9b45b7808dee682dbc0cc9

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 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} by #{commontator_name(@comment.editor)}") %>");

<%= javascript_proc %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commontator-4.2.2 app/views/commontator/comments/update.js.erb
commontator-4.2.1 app/views/commontator/comments/update.js.erb
commontator-4.2.0 app/views/commontator/comments/update.js.erb
commontator-4.1.2 app/views/commontator/comments/update.js.erb
commontator-4.1.1 app/views/commontator/comments/update.js.erb