retrospring/app/views/discover/_tab_questions.haml
2020-05-11 19:40:45 +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'