mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 18:39:07 +01:00
10 lines
271 B
Text
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"
|