mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 10:56:21 +00:00
feat: index de cola de moderación, con metadatos pero sin maquetar #15039
This commit is contained in:
parent
d895b9c808
commit
9cb1e6fd36
2 changed files with 11 additions and 2 deletions
|
@ -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'
|
|
@ -1,2 +1,4 @@
|
|||
- @comments.each do |comment|
|
||||
%h1= comment['id']
|
||||
- @moderation_queue.each do |comment|
|
||||
|
||||
= render 'comment', comment: comment
|
||||
-# %h1= comment['id']
|
Loading…
Reference in a new issue