mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 15:03:37 +01:00
11 lines
286 B
Text
11 lines
286 B
Text
|
- provide(:title, generate_title(t(".title")))
|
||
|
|
||
|
.container-lg.container--main
|
||
|
.card
|
||
|
.card-body
|
||
|
#entries
|
||
|
- if @anonymous_blocks.empty?
|
||
|
.text-center= t(".empty")
|
||
|
- @anonymous_blocks.each do |block|
|
||
|
= render "shared/anonymous_block", block:
|