mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:06:21 +00:00
5 lines
232 B
Text
5 lines
232 B
Text
|
= render 'moderation_queue/comment_filter_box'
|
||
|
- @moderation_queue.each do |comment|
|
||
|
|
||
|
= render 'comment', comment: comment, profile: @remote_profile
|
||
|
= render 'moderation_queue/button_box', comment_btn_params: @comment_btn_params
|