retrospring/app/views/discover/tab/_questions.html.haml
2022-10-25 20:10:31 +02:00

3 lines
132 B
Text

.tab-pane.fade{ role: :tabpanel, id: "questions" }
- questions.each do |q|
= render "shared/question", q: q, type: "discover"