Sha256: 24a54e8c83b28663e6678d7f0ecba6ef2117a177fc4aec94c655e01f9303878d
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commontator-5.1.0 | app/views/commontator/comments/delete.js.erb |
commontator-5.0.0 | app/views/commontator/comments/delete.js.erb |