mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
5 lines
213 B
Text
5 lines
213 B
Text
<% comments.each do |comment| %>
|
|
<%= render partial: 'shared/comments/comment.html.erb',
|
|
locals: { comment: comment } %>
|
|
<% end %>
|
|
<% comments.mark_as_seen_by(current_user) && @commentable.touch %>
|