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
674 B
Text
Raw Normal View History

-# Componente Comentario
.flex.mx-4.my-5
.row.no-gutters
.col-1
%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') # falta parsear
.col.border.border-white
%span.mr-2= t('.source_profile')
%a{:href => comment['attributedTo']}= comment['attributedTo'] #falta parsear
.row.border.border-white
%p.mr-3= t('.reply_to')
%span
%a{:href => comment['inReplyTo']}= comment['inReplyTo']
.row.border.border-white
%p= sanitize comment['content'] #falta parsear