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

19 lines
631 B
Text
Raw Normal View History

-# Componente Comentario
.flex.mx-4.my-5
.row.no-gutters
.col-1
2024-02-06 15:57:42 +00:00
%input{ type: 'checkbox', id: '' }
.col-10
.row.border.border-white
.col.col-1.border.border-white.mr-5
%p= comment['published'].to_datetime.strftime('%m/%d/%Y')
.col.border.border-white
%span.mr-2= t('.source_profile')
2024-02-06 15:57:42 +00:00
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row.border.border-white
%p.mr-3= t('.reply_to')
%span
2024-02-06 15:57:42 +00:00
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row.border.border-white
%p= sanitize comment['content']