Sha256: e7aae23bc149df3245c76a3aa14c6dd32c940fcc7ada7f0c7358852bd3612031

Contents?: true

Size: 330 Bytes

Versions: 10

Compression:

Stored size: 330 Bytes

Contents

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

<% 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

10 entries across 10 versions & 1 rubygems

Version Path
commontator-4.5.4 app/views/commontator/comments/_list.html.erb
commontator-4.5.3 app/views/commontator/comments/_list.html.erb
commontator-4.5.2 app/views/commontator/comments/_list.html.erb
commontator-4.5.1 app/views/commontator/comments/_list.html.erb
commontator-4.5.0 app/views/commontator/comments/_list.html.erb
commontator-4.4.1 app/views/commontator/comments/_list.html.erb
commontator-4.3.0 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