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