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

26 lines
740 B
Text
Raw Normal View History

-# Componente Comentario
.flex.mx-4.my-5
.row.no-gutters
.col-1
2024-02-21 16:50:29 +00:00
= render 'components/checkbox', id: comment['id']
2024-02-19 16:57:39 +00:00
.col-11
.row.no-gutters
2024-02-19 16:57:39 +00:00
.col-4
2024-02-15 20:18:38 +00:00
%p= comment['published'].to_datetime.strftime(t('date.format'))
2024-02-19 16:57:39 +00:00
.col-8
2024-02-16 18:35:26 +00:00
%dl
%dt.d-inline.mr-2= t('.source_profile')
%dd.d-inline
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
- if comment['inReplyTo']
2024-02-19 16:57:39 +00:00
.row.no-gutters
.col.p-0
%p
%span.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
2024-02-19 16:57:39 +00:00
.row.no-gutters
2024-02-14 17:44:33 +00:00
.col.p-0
%p= comment['content'].html_safe