mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
d207cf5dce
* Preparing helpers for comments * Refactored comments over scinote * Update events
4 lines
143 B
Text
4 lines
143 B
Text
<% comments.each do |comment| %>
|
|
<%= render partial: 'shared/comments/item.html.erb',
|
|
locals: { comment: comment } %>
|
|
<% end %>
|