mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 21:53:36 +01:00
10 lines
286 B
Text
10 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:
|