mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
5 lines
146 B
Text
5 lines
146 B
Text
|
<% comments.each do |comment| %>
|
||
|
<%= render partial: 'shared/comments/comment.html.erb',
|
||
|
locals: { comment: comment } %>
|
||
|
<% end %>
|