mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:06:03 +01:00
7 lines
284 B
Text
7 lines
284 B
Text
- provide(:title, generate_title(t(".title", author_identifier: params[:author_identifier].truncate(32))))
|
|
|
|
= render "header", author_identifier: params[:author_identifier]
|
|
|
|
.container-lg.question-page
|
|
- @questions.each do |q|
|
|
= render "shared/question", q:, type: "moderation"
|