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