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

19 lines
537 B
Text
Raw Normal View History

-# Componente Comentario
%p.py-2 Esta línea es donde irá el cuerpo del comentario
.row.border.border-white
.col.col-1.border.border-white
%p= comment['published'] # falta parsear
.col.border.border-white
%a{:href => comment['attributedTo']}= comment['attributedTo'] #falta parsear
.row.border.border-white
%p= "En respuesta a: "
%span
%a{:href => comment['inReplyTo']}= comment['inReplyTo']
.row.border.border-white
%p= comment['content'] #falta parsear
.row
2024-01-23 20:17:06 +00:00
= render 'moderation_queue/comment_button_box'