-# Componente Comentario .flex.mx-4.my-5 .row.no-gutters .col-1 = render 'components/checkbox' .col-10 .row .col.col-1.mr-5 %p= comment['published'].to_datetime.strftime('%m/%d/%Y') .col %span.mr-2= t('.source_profile') %a{ href: comment['attributedTo'] }= profile['preferredUsername'] .row .col.p-0 %span.mr-3= t('.reply_to') %span %a{ href: comment['inReplyTo'] }= comment['inReplyTo'] .row .col.p-0 %p= sanitize comment['content']