-# Componente Comentario - in_reply_to = text_plain comment['inReplyTo'] .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: text_plain(comment['attributedTo']) }= text_plain profile['preferredUsername'] %small = render 'layouts/time', time: comment['published'] - if in_reply_to.present? %dl %dt.d-inline %small= t('.reply_to') %dd.d-inline %small %a{ href: in_reply_to) }= in_reply_to %div - if comment['summary'].present? = render 'layouts/details', summary: text_plain(comment['summary']), summary_class: 'h5' do = sanitize comment['content'] - else = sanitize comment['content']