|
<%= 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 %> |
<% end %>