Sha256: dca98536e0410110cec4d0329387451a8a16ce259efd6abf6749c780880c36c2

Contents?: true

Size: 215 Bytes

Versions: 6

Compression:

Stored size: 215 Bytes

Contents

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

<%= javascript_proc %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.8.0 app/views/commontator/comments/vote.js.erb
commontator-4.7.2 app/views/commontator/comments/vote.js.erb
commontator-4.7.1 app/views/commontator/comments/vote.js.erb
commontator-4.7.0 app/views/commontator/comments/vote.js.erb
commontator-4.6.1 app/views/commontator/comments/vote.js.erb
commontator-4.6.0 app/views/commontator/comments/vote.js.erb