Sha256: d38a03ce585b946d5c37c905b8983cd675cdda78304a7539db90a82e0fdbc04a
Contents?: true
Size: 373 Bytes
Versions: 12
Compression:
Stored size: 373 Bytes
Contents
<% # Views that use this partial must supply the following variables: # user # thread # comment # page # show_all %> $("#commontator-comment-<%= comment.id %>").html("<%= escape_javascript( render partial: 'commontator/comments/show', formats: [ :html ], locals: { user: user, thread: thread, comment: comment, page: page, show_all: show_all } ) %>");
Version data entries
12 entries across 12 versions & 1 rubygems