3 lines
200 B
Text
3 lines
200 B
Text
|
|
$j("#kudos").replaceWith("<%= escape_javascript(render "kudos/kudos",
|
||
|
|
{ kudos: @kudos, commentable: @commentable, guest_kudos_count: @commentable.guest_kudos_count }) %>");
|