Sha256: e6327932dd81c8b6c171e415ca32c550330695555f344591589c996ec6e7e9ea

Contents?: true

Size: 332 Bytes

Versions: 12

Compression:

Stored size: 332 Bytes

Contents

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


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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
commontator-7.0.1 app/views/commontator/threads/_show.js.erb
commontator-7.0.0 app/views/commontator/threads/_show.js.erb
commontator-6.3.2 app/views/commontator/threads/_show.js.erb
commontator-6.3.1 app/views/commontator/threads/_show.js.erb
commontator-6.3.0 app/views/commontator/threads/_show.js.erb
commontator-6.2.1 app/views/commontator/threads/_show.js.erb
commontator-6.2.0 app/views/commontator/threads/_show.js.erb
commontator-6.1.1 app/views/commontator/threads/_show.js.erb
commontator-6.1.0 app/views/commontator/threads/_show.js.erb
commontator-6.0.1 app/views/commontator/threads/_show.js.erb
commontator-6.0.0 app/views/commontator/threads/_show.js.erb
commontator-6.0.0.pre.2 app/views/commontator/threads/_show.js.erb