5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:36:21 +00:00

feat: esqueleto básico maquetado de comentario para cola de moderación #15039

This commit is contained in:
maki 2024-01-23 17:13:42 -03:00
parent 0a742f5481
commit f78fb43681

View file

@ -3,9 +3,16 @@
%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
.col.col-1
%p "hola"
.col
%p "chau"
= render 'moderation_queue/button_box'
= render 'moderation_queue/button_box'