Sha256: 03710ddc5be36135eea62decb6497e726cb7fc46750cfe808ec88704bdcc1a80

Contents?: true

Size: 572 Bytes

Versions: 9

Compression:

Stored size: 572 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

9 entries across 9 versions & 1 rubygems

Version Path
commontator-4.11.1 app/views/commontator/threads/_show.js.erb
commontator-4.11.0 app/views/commontator/threads/_show.js.erb
commontator-4.10.5 app/views/commontator/threads/_show.js.erb
commontator-4.10.4 app/views/commontator/threads/_show.js.erb
commontator-4.10.3 app/views/commontator/threads/_show.js.erb
commontator-4.10.2 app/views/commontator/threads/_show.js.erb
commontator-4.10.1 app/views/commontator/threads/_show.js.erb
commontator-4.10.0 app/views/commontator/threads/_show.js.erb
commontator-4.9.0 app/views/commontator/threads/_show.js.erb