Sha256: e11d804cd9893cdc50799c35553259831e686eb010ed80a143a8f717a5e352ac

Contents?: true

Size: 283 Bytes

Versions: 7

Compression:

Stored size: 283 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

7 entries across 7 versions & 1 rubygems

Version Path
commontator-4.10.5 app/views/commontator/comments/_list.html.erb
commontator-4.10.4 app/views/commontator/comments/_list.html.erb
commontator-4.10.3 app/views/commontator/comments/_list.html.erb
commontator-4.10.2 app/views/commontator/comments/_list.html.erb
commontator-4.10.1 app/views/commontator/comments/_list.html.erb
commontator-4.10.0 app/views/commontator/comments/_list.html.erb
commontator-4.9.0 app/views/commontator/comments/_list.html.erb