<%= image_tag user_avatar_absolute_url(comment.user, :icon_small, true), class: 'avatar' %>
<%= comment.user.full_name %>
<%= l(comment.created_at, format: :full) %>
<%= custom_auto_link(comment.message, team: current_team, simple_format: true) %>