5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:14:16 +00:00

feat: index de cola de moderación, con metadatos pero sin maquetar #15039

This commit is contained in:
maki 2024-01-23 16:29:11 -03:00
parent d895b9c808
commit 9cb1e6fd36
2 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,11 @@
-# Componente Comentario
%p.py-2 Esta línea es donde irá el cuerpo del comentario
.row
.col.col-1
%p "hola"
.col
%p "chau"
= render 'moderation_queue/button_box'

View file

@ -1,2 +1,4 @@
- @comments.each do |comment|
%h1= comment['id']
- @moderation_queue.each do |comment|
= render 'comment', comment: comment
-# %h1= comment['id']