retrospring/app/views/discover/_tab_questions.haml

4 lines
132 B
Text
Raw Normal View History

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