Sha256: f39c919718c3bb7990028ce29ceee97b0c24ca3276c9789391557d9c6daf52fe

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

<% # Clients of this partial must supply the following variables:
   # thread
   # user
   # page
   # per_page
   # Optionally, they can also supply the following variable:
   show_all ||= false
%>

$("#thread_<%= thread.id %>_div").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

2 entries across 2 versions & 1 rubygems

Version Path
commontator-5.1.0 app/views/commontator/threads/_show.js.erb
commontator-5.0.0 app/views/commontator/threads/_show.js.erb