Retrospring/app/views/moderation/anonymous_block/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
271 B
Plaintext
Raw Normal View History

.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"