Sha256: a06aae5a12dbd018b917e1817c60afbad9541e9172a0ab7ff2e71593db59e83b
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 Bytes
Contents
<% # Clients of this partial must supply the following variables: # comments # user %> <% comments.includes(:creator, :editor).each do |comment| %> <%= render partial: 'commontator/comments/show', locals: { comment: comment, user: user } %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commontator-5.1.0 | app/views/commontator/comments/_list.html.erb |
commontator-5.0.0 | app/views/commontator/comments/_list.html.erb |