mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 10:46:22 +00:00
feat: esqueleto básico maquetado de comentario para cola de moderación #15039
This commit is contained in:
parent
0a742f5481
commit
f78fb43681
1 changed files with 12 additions and 5 deletions
|
@ -3,9 +3,16 @@
|
||||||
%p.py-2 Esta línea es donde irá el cuerpo del 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
|
.row
|
||||||
.col.col-1
|
= render 'moderation_queue/button_box'
|
||||||
%p "hola"
|
|
||||||
.col
|
|
||||||
%p "chau"
|
|
||||||
= render 'moderation_queue/button_box'
|
|
Loading…
Reference in a new issue