Retrospring/app/views/discover/tab/_questions.html.haml

4 lines
132 B
Plaintext
Raw Normal View History

2022-07-29 11:16:03 -07:00
.tab-pane.fade{ role: :tabpanel, id: "questions" }
2020-05-10 04:37:08 -07:00
- questions.each do |q|
2022-07-29 11:16:03 -07:00
= render "shared/question", q: q, type: "discover"