retrospring/app/views/discover/tab/_questions.haml
2022-07-30 02:20:19 +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"