mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
9 lines
373 B
Text
9 lines
373 B
Text
|
- provide(:title, generate_title(t(".title", author_identifier: params[:author_identifier].truncate(32))))
|
||
|
|
||
|
= render "header", author_identifier: params[:author_identifier], hidden: false
|
||
|
= render "header", author_identifier: params[:author_identifier], hidden: true
|
||
|
|
||
|
.container-lg.container--main
|
||
|
- @questions.each do |q|
|
||
|
= render 'shared/question', q: q, type: nil
|