mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 22:51:24 +08:00
4 lines
134 B
Text
4 lines
134 B
Text
<% comments.each do |comment| %>
|
|
<%= render partial: 'shared/comments/item',
|
|
locals: { comment: comment } %>
|
|
<% end %>
|