2022-11-20 09:04:25 -08:00
|
|
|
.card
|
|
|
|
.card-body
|
|
|
|
#entries
|
|
|
|
- if @anonymous_blocks.empty?
|
|
|
|
.text-center= t(".empty")
|
|
|
|
- @anonymous_blocks.each do |block|
|
|
|
|
= render "shared/anonymous_block", block:
|
2022-08-13 11:01:22 -07:00
|
|
|
|
2022-11-20 09:04:25 -08:00
|
|
|
- provide(:title, generate_title(t(".title")))
|
|
|
|
- parent_layout "moderation"
|