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