mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
adb9084787
* Fix comments red dot and ordering of comments [SCI-5384]
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 %>
|