Sha256: d14392ebdcaa4d6756328eb5e26c9cd63e023dce33e2cba53d1d1697189d6386

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

<% # Clients of this partial must supply the following variables:
   # comments
   # user
%>

<% thread.ordered_comments.each do |comment| %>
  <% next unless comment.can_be_read_by?(user) %>
  <%= render :partial => 'commontator/comments/show',
             :locals => {:comment => comment,
                         :user => user} %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commontator-4.5.3 app/views/commontator/comments/_list.html.erb~
commontator-4.2.2 app/views/commontator/comments/_list.html.erb~
commontator-4.2.1 app/views/commontator/comments/_list.html.erb~
commontator-4.2.0 app/views/commontator/comments/_list.html.erb~