| <%= link_to activity.comment.dtext_shortlink, activity.comment %> |
<%= format_text(activity.comment.body) %>
<% if activity.comment.is_deleted? %>
(deleted)
<% end %>
|
<%= link_to_user(activity.comment.creator) %> |
<%= activity.count %> |
<%= activity.comment.score %> |
<% end %>