<%= t("admin.shared.moderated_content") %>
<%= render "shared/filter_subnav", i18n_namespace: "admin.hidden_comments.index" %> <% if @comments.any? %>| <%= t("admin.shared.description") %> | <%= t("admin.shared.actions") %> | <% @comments.each do |comment| %>
|---|---|
|
<%= sanitize_and_auto_link comment.body %> <% if comment.commentable.hidden? %> (<%= t("admin.hidden_comments.index.hidden_#{comment.commentable_type.downcase}") %>: <%= comment.commentable.title %>) <% else %> <%= link_to comment.commentable.title, commentable_path(comment) %> <% end %> |
<%= render Admin::HiddenTableActionsComponent.new(comment) %> |