Retrospring/app/views/discover/_tab_questions.haml

4 lines
132 B
Plaintext
Raw Normal View History

2020-05-10 13:27:39 -07:00
.tab-pane.fade{ role: :tabpanel, id: 'questions' }
2020-05-10 04:37:08 -07:00
- questions.each do |q|
= render 'shared/question', q: q, type: 'discover'