<%=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(simple_format(comment.message),
link: :urls,
html: { target: '_blank' }) %>