Retrospring/app/views/moderation/questions/show.html.haml

9 lines
380 B
Plaintext
Raw Normal View History

- 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:, type: "moderation"