5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 07:36:22 +00:00
panel/app/views/moderation_queue/_comment.haml

21 lines
572 B
Text
Raw Normal View History

-# Componente Comentario
.flex.mx-4.my-5
.row.no-gutters
.col-1
2024-02-09 16:17:00 +00:00
= 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')
2024-02-06 15:57:42 +00:00
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row
2024-02-14 17:44:33 +00:00
.col.p-0
%span.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row
2024-02-14 17:44:33 +00:00
.col.p-0
%p= sanitize comment['content']