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