<%=t "my_modules.results.comment_title", user: comment.user.full_name, time: l(comment.created_at, format: :time) %>
<% if can_edit_result_comment_in_module(comment) || can_delete_result_comment_in_module(comment) %>
<% end %>
<%= auto_link(
smart_annotation_parser(simple_format(
comment.message),
),
link: :urls,
sanitize: false,
html: { target: '_blank' }
).html_safe %>