-# Componente Comentario .row.no-gutters .col-1 = render 'components/checkbox', id: comment['id'] .col-11 .d-flex.flex-row.align-items-center.justify-content-between %h4.mb-0 %a{ href: comment['attributedTo'] }= sanitize profile['preferredUsername'] %small = render 'layouts/time', time: comment['published'] - if comment['inReplyTo'].present? %dl %dt.d-inline %small= t('.reply_to') %dd.d-inline %small %a{ href: comment['inReplyTo'] }= sanitize comment['inReplyTo'] %div - if comment['summary'].present? = render 'layouts/details', summary: comment['summary'], summary_class: 'h5' do = sanitize comment['content'] - else = sanitize comment['content']