diff --git a/app/views/moderator/dashboards/_activity_comment.html.erb b/app/views/moderator/dashboards/_activity_comment.html.erb index 211df9496..e608dea49 100644 --- a/app/views/moderator/dashboards/_activity_comment.html.erb +++ b/app/views/moderator/dashboards/_activity_comment.html.erb @@ -11,7 +11,12 @@ <% @dashboard.comments.each do |activity| %> - <%= link_to activity.comment.body, post_path(activity.comment.post_id) %> + + <%= link_to activity.comment.body, post_path(activity.comment.post_id) %> + <% if activity.comment.is_deleted? %> + (deleted) + <% end %> + <%= mod_link_to_user(activity.comment.creator, :negative) %> <%= activity.count %> <%= activity.comment.score %>