Retrospring/app/views/discover/_tab_questions.haml

4 lines
132 B
Plaintext

.tab-pane.fade{ role: :tabpanel, id: 'questions' }
- questions.each do |q|
= render 'shared/question', q: q, type: 'discover'