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

25 lines
644 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
2024-02-14 17:51:27 +00:00
%p
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
- if comment['inReplyTo']
.row
.col.p-0
%p
%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= comment['content']