retrospring/app/views/discover/_tab_questions.html.haml

4 lines
131 B
Text
Raw Normal View History

2015-05-13 23:55:10 +02:00
.tab-pane.fade{role: "tabpanel", id: "questions"}
- questions.each do |q|
2015-05-14 00:45:01 +02:00
= render 'shared/question', q: q, type: "discover"