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