<%= l comment.created_at, format: '%H:%M' %>
<% if can_edit_project_comment(comment) || can_delete_project_comment(comment) %>
<% end %>
<%= comment.user.full_name %>:
<%= auto_link(simple_format(comment.message),
link: :urls,
html: { target: '_blank' }) %>