Sha256: 6b7ce6e0493849743a5773f62c145c6c0bd2cf7287801a8f588751f14d1923bd

Contents?: true

Size: 217 Bytes

Versions: 9

Compression:

Stored size: 217 Bytes

Contents

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

<%= javascript_proc %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
commontator-4.11.1 app/views/commontator/comments/vote.js.erb
commontator-4.11.0 app/views/commontator/comments/vote.js.erb
commontator-4.10.5 app/views/commontator/comments/vote.js.erb
commontator-4.10.4 app/views/commontator/comments/vote.js.erb
commontator-4.10.3 app/views/commontator/comments/vote.js.erb
commontator-4.10.2 app/views/commontator/comments/vote.js.erb
commontator-4.10.1 app/views/commontator/comments/vote.js.erb
commontator-4.10.0 app/views/commontator/comments/vote.js.erb
commontator-4.9.0 app/views/commontator/comments/vote.js.erb