Sha256: 448b32148c3e0b56bb0615e45b87688a82ce4caa79ecf85808c64b4d13a03f12

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

<%#
  Views that use this partial must supply the following variables:
  thread
  user
  page
  per_page
  show_all
%>

$("#commontator-thread-<%= thread.id %>").html("<%= escape_javascript(
  render partial: 'commontator/threads/show',
         formats: [ :html ],
         locals: { thread: thread, user: user, page: page, per_page: per_page, show_all: show_all }
) %>");

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commontator-6.0.0.pre.1 app/views/commontator/threads/_show.js.erb