Sha256: bd79b3be8a745f08e3092eef29d2318f460b1e911d0312094de5928f5cbcac1b

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 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").replaceWith(
  "<%= 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-4.11.0 app/views/commontator/threads/_show.js.erb~