<% user = comment.user %>
<% unless skip_header%>
<%= image_tag avatar_path(comment.user, :icon_small), class: 'user-avatar' %>
<%= user == current_user ? 'You' : comment.user.full_name %>
<% end %>
<%= custom_auto_link(comment.message, team: current_team, simple_format: false) %>