2016-07-28 22:41:10 +08:00
|
|
|
<h5 class="text-center"><%= t('experiments.canvas.popups.comments_tab') %></h5>
|
2016-02-12 23:52:43 +08:00
|
|
|
<hr>
|
2023-06-21 20:13:20 +08:00
|
|
|
<%= render partial: 'shared/comments/comments', locals: {
|
2019-06-04 20:40:21 +08:00
|
|
|
object: @my_module,
|
2021-09-14 17:08:35 +08:00
|
|
|
comments: comments,
|
|
|
|
can_create_comments: can_create_my_module_comments?(@my_module),
|
2019-06-04 20:40:21 +08:00
|
|
|
create_url: my_module_my_module_comments_path(@my_module, format: :json),
|
|
|
|
more_url: my_module_my_module_comments_path(@my_module, format: :json, from: comments.first&.id)
|
|
|
|
} %>
|