<%= t("shared.check") %>: <%= link_to t("shared.check_all"), "#", data: { check_all: "comment_ids[]" } %> | <%= link_to t("shared.check_none"), "#", data: { check_none: "comment_ids[]" } %>
| <%= t("moderation.comments.index.headers.comment") %> | <%= t("moderation.comments.index.headers.moderate") %> |
|---|---|
|
<%= comment.commentable_type.constantize.model_name.human %> -
<%= link_to comment.commentable.title, commentable_path(comment), target: "_blank" %>
<%= l comment.updated_at.to_date %> • <%= comment.flags_count %> • <%= comment.author.username %>
<%= comment.body %>
|
<%= check_box_tag "comment_ids[]", comment.id, nil, id: "#{dom_id(comment)}_check" %> |