Sha256: 2b9fa93c389dda4e816d2152c65c8111d7c5035af3851acdbbd52959874856f2

Contents?: true

Size: 281 Bytes

Versions: 6

Compression:

Stored size: 281 Bytes

Contents

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

<% comments.each do |comment| %>
  <%= render :partial => 'commontator/comments/show',
             :locals => {:comment => comment,
                         :user => user} %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.8.0 app/views/commontator/comments/_list.html.erb
commontator-4.7.2 app/views/commontator/comments/_list.html.erb
commontator-4.7.1 app/views/commontator/comments/_list.html.erb
commontator-4.7.0 app/views/commontator/comments/_list.html.erb
commontator-4.6.1 app/views/commontator/comments/_list.html.erb
commontator-4.6.0 app/views/commontator/comments/_list.html.erb