retrospring/app/views/moderation/anonymous_block/index.html.haml
2022-11-21 20:26:01 +01:00

10 lines
271 B
Text

.card
.card-body
#entries
- if @anonymous_blocks.empty?
.text-center= t(".empty")
- @anonymous_blocks.each do |block|
= render "shared/anonymous_block", block:
- provide(:title, generate_title(t(".title")))
- parent_layout "moderation"